#421774

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

Shades of Persian Indigo #421774

Tints of Persian Indigo #421774

Color information

#421774 (or 0x421774) is unknown color: approx Persian Indigo. HEX triplet: 42, 17 and 74. RGB value is (66,23,116). Sum of RGB (Red+Green+Blue) = 66+23+116=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 23 (9.38% from 255 or 11.22% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #421774 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421774 is #BDE88B. Grayscale: #2E2E2E. Windows color (decimal): -12445836 or 7608130. OLE color: 7608130.

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

Color convert

RGB6623116-
CMYK0.430.8000.55
HSL267.74º66.91%27.25%-
HSV(B)267.74º80.17%45.49%-
XYZ5.713.0316.81-
YUV46.46167.25141.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 32.20%
GREEN value IS 23 (9.38% from 255) = 11.22%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=32.20%
G=11.22%
B=56.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66231160.430.8000.55267.7466.9127.25
Hex4217742B5003710c431b
Octal102271645312006741410333
Binary100001010111111010010101110100000110111100001100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421774; }

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

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

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

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

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

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

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

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