#421074

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

Shades of Persian Indigo #421074

Tints of Persian Indigo #421074

Color information

#421074 (or 0x421074) is unknown color: approx Persian Indigo. HEX triplet: 42, 10 and 74. RGB value is (66,16,116). Sum of RGB (Red+Green+Blue) = 66+16+116=198 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.33% from 198); Green value is 16 (6.64% from 255 or 8.08% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #421074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421074 is #BDEF8B. Grayscale: #2A2A2A. Windows color (decimal): -12447628 or 7606338. OLE color: 7606338.

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

Color convert

RGB6616116-
CMYK0.430.8600.55
HSL270º75.76%25.88%-
HSV(B)270º86.21%45.49%-
XYZ5.582.7916.77-
YUV42.35169.56144.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 33.33%
GREEN value IS 16 (6.64% from 255) = 8.08%
BLUE value IS 116 (45.70% from 255) = 58.59%
R=33.33%
G=8.08%
B=58.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66161160.430.8600.5527075.7625.88
Hex4210742B5603710e4c1a
Octal102201645312606741611432
Binary100001010000111010010101110101100110111100001110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421074; }

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

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

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

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

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

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

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

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