#421072

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

Shades of Persian Indigo #421072

Tints of Persian Indigo #421072

Color information

#421072 (or 0x421072) is unknown color: approx Persian Indigo. HEX triplet: 42, 10 and 72. RGB value is (66,16,114). Sum of RGB (Red+Green+Blue) = 66+16+114=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 114 (44.92% from 255 or 58.16% from 196); Max value from RGB is 114 - color contains mainly: blue. Hex color #421072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421072 is #BDEF8D. Grayscale: #292929. Windows color (decimal): -12447630 or 7475266. OLE color: 7475266.

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

Color convert

RGB6616114-
CMYK0.420.8600.55
HSL270.61º75.38%25.49%-
HSV(B)270.61º85.96%44.71%-
XYZ5.472.7416.16-
YUV42.12168.56145.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.67%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 114 (44.92% from 255) = 58.16%
R=33.67%
G=8.16%
B=58.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66161140.420.8600.55270.6175.3825.49
Hex4210722A5603710f4b19
Octal102201625212606741711331
Binary100001010000111001010101010101100110111100001111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421072; }

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

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

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

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

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

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

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

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