#301478

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

Shades of Persian Indigo #301478

Tints of Persian Indigo #301478

Color information

#301478 (or 0x301478) is unknown color: approx Persian Indigo. HEX triplet: 30, 14 and 78. RGB value is (48,20,120). Sum of RGB (Red+Green+Blue) = 48+20+120=188 (24% of max value = 765). Red value is 48 (19.14% from 255 or 25.53% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #301478 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #301478 is #CFEB87. Grayscale: #272727. Windows color (decimal): -13626248 or 7869488. OLE color: 7869488.

HSL color Cylindrical-coordinate representation of color #301478: hue angle of 256.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #301478 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4820120-
CMYK0.600.8300.53
HSL256.8º71.43%27.45%-
HSV(B)256.8º83.33%47.06%-
XYZ4.862.4817.99-
YUV39.77173.28133.87-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 25.53%
GREEN value IS 20 (8.20% from 255) = 10.64%
BLUE value IS 120 (47.27% from 255) = 63.83%
R=25.53%
G=10.64%
B=63.83%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal48201200.600.8300.53256.871.4327.45
Hex3014783C53035101471b
Octal60241707412306540110733
Binary11000010100111100011110010100110110101100000001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301478; }

 p { color: rgb(48,20,120); }

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

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

 a { background-color: rgb(48,20,120); }

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

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

 span { border-color: rgb(48,20,120); }

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