#421474

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

Shades of Persian Indigo #421474

Tints of Persian Indigo #421474

Color information

#421474 (or 0x421474) is unknown color: approx Persian Indigo. HEX triplet: 42, 14 and 74. RGB value is (66,20,116). Sum of RGB (Red+Green+Blue) = 66+20+116=202 (26% of max value = 765). Red value is 66 (26.17% from 255 or 32.67% from 202); Green value is 20 (8.20% from 255 or 9.90% from 202); Blue value is 116 (45.70% from 255 or 57.43% from 202); Max value from RGB is 116 - color contains mainly: blue. Hex color #421474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421474 is #BDEB8B. Grayscale: #2C2C2C. Windows color (decimal): -12446604 or 7607362. OLE color: 7607362.

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

Color convert

RGB6620116-
CMYK0.430.8300.55
HSL268.75º70.59%26.67%-
HSV(B)268.75º82.76%45.49%-
XYZ5.652.9216.79-
YUV44.7168.24143.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.67%
GREEN value IS 20 (8.20% from 255) = 9.90%
BLUE value IS 116 (45.70% from 255) = 57.43%
R=32.67%
G=9.90%
B=57.43%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66201160.430.8300.55268.7570.5926.67
Hex4214742B5303710d471b
Octal102241645312306741510733
Binary100001010100111010010101110100110110111100001101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421474; }

 p { color: rgb(66,20,116); }

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

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

 a { background-color: rgb(66,20,116); }

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

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

 span { border-color: rgb(66,20,116); }

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