#301282

Color #301282 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #301282

Tints of Persian Indigo #301282

Color information

#301282 (or 0x301282) is unknown color: approx Persian Indigo. HEX triplet: 30, 12 and 82. RGB value is (48,18,130). Sum of RGB (Red+Green+Blue) = 48+18+130=196 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.49% from 196); Green value is 18 (7.42% from 255 or 9.18% from 196); Blue value is 130 (51.17% from 255 or 66.33% from 196); Max value from RGB is 130 - color contains mainly: blue. Hex color #301282 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #301282 is #CFED7D. Grayscale: #272727. Windows color (decimal): -13626750 or 8524336. OLE color: 8524336.

HSL color Cylindrical-coordinate representation of color #301282: hue angle of 256.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #301282 is Cyan = 0.63, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4818130-
CMYK0.630.8600.49
HSL256.07º75.68%29.02%-
HSV(B)256.07º86.15%50.98%-
XYZ5.462.6721.35-
YUV39.74178.94133.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 24.49%
GREEN value IS 18 (7.42% from 255) = 9.18%
BLUE value IS 130 (51.17% from 255) = 66.33%
R=24.49%
G=9.18%
B=66.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48181300.630.8600.49256.0775.6829.02
Hex3012823F560311004c1d
Octal60222027712606140011435
Binary110000100101000001011111110101100110001100000000100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301282; }

 p { color: rgb(48,18,130); }

 H1.HeaderClassName
 {
   color: #301282;
 }
 .AnyTagClassName
 {
   color: #301282;
 }
</style>
background-color css

<style>
 a { background-color: #301282; }

 a { background-color: rgb(48,18,130); }

 div.DivClassName
 {
   background-color: #301282;
 }
 .BgClassName
 {
   background-color: #301282;
 }
</style>
border-color css

<style>
 span { border-color: #301282; }

 span { border-color: rgb(48,18,130); }

 td.TdClassName
 {
   border-color: #301282;
 }
 .TagClassName
 {
   border-color: #301282;
 }
</style>