#421172

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

Shades of Persian Indigo #421172

Tints of Persian Indigo #421172

Color information

#421172 (or 0x421172) is unknown color: approx Persian Indigo. HEX triplet: 42, 11 and 72. RGB value is (66,17,114). Sum of RGB (Red+Green+Blue) = 66+17+114=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 114 (44.92% from 255 or 57.87% from 197); Max value from RGB is 114 - color contains mainly: blue. Hex color #421172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421172 is #BDEE8D. Grayscale: #2A2A2A. Windows color (decimal): -12447374 or 7475522. OLE color: 7475522.

HSL color Cylindrical-coordinate representation of color #421172: hue angle of 270.31º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #421172 is Cyan = 0.42, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6617114-
CMYK0.420.8500.55
HSL270.31º74.05%25.69%-
HSV(B)270.31º85.09%44.71%-
XYZ5.482.7716.17-
YUV42.71168.23144.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.50%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 114 (44.92% from 255) = 57.87%
R=33.50%
G=8.63%
B=57.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66171140.420.8500.55270.3174.0525.69
Hex4211722A5503710e4a1a
Octal102211625212506741611232
Binary100001010001111001010101010101010110111100001110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421172; }

 p { color: rgb(66,17,114); }

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

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

 a { background-color: rgb(66,17,114); }

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

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

 span { border-color: rgb(66,17,114); }

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