#421978

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

Shades of Persian Indigo #421978

Tints of Persian Indigo #421978

Color information

#421978 (or 0x421978) is unknown color: approx Persian Indigo. HEX triplet: 42, 19 and 78. RGB value is (66,25,120). Sum of RGB (Red+Green+Blue) = 66+25+120=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 25 (10.16% from 255 or 11.85% from 211); Blue value is 120 (47.27% from 255 or 56.87% from 211); Max value from RGB is 120 - color contains mainly: blue. Hex color #421978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421978 is #BDE687. Grayscale: #2F2F2F. Windows color (decimal): -12445320 or 7870786. OLE color: 7870786.

HSL color Cylindrical-coordinate representation of color #421978: hue angle of 265.89º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421978 is Cyan = 0.45, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB6625120-
CMYK0.450.7900.53
HSL265.89º65.52%28.43%-
HSV(B)265.89º79.17%47.06%-
XYZ5.983.2118.07-
YUV48.09168.58140.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 25 (10.16% from 255) = 11.85%
BLUE value IS 120 (47.27% from 255) = 56.87%
R=31.28%
G=11.85%
B=56.87%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66251200.450.7900.53265.8965.5228.43
Hex4219782D4F03510a421c
Octal102311705511706541210234
Binary100001011001111100010110110011110110101100001010100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421978; }

 p { color: rgb(66,25,120); }

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

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

 a { background-color: rgb(66,25,120); }

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

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

 span { border-color: rgb(66,25,120); }

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