#421A9C

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

Shades of Persian Indigo #421A9C

Tints of Persian Indigo #421A9C

Color information

#421A9C (or 0x421A9C) is unknown color: approx Persian Indigo. HEX triplet: 42, 1A and 9C. RGB value is (66,26,156). Sum of RGB (Red+Green+Blue) = 66+26+156=248 (32% of max value = 765). Red value is 66 (26.17% from 255 or 26.61% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #421A9C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421A9C is #BDE563. Grayscale: #343434. Windows color (decimal): -12445028 or 10230338. OLE color: 10230338.

HSL color Cylindrical-coordinate representation of color #421A9C: hue angle of 258.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #421A9C is Cyan = 0.58, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6626156-
CMYK0.580.8300.39
HSL258.46º71.43%35.69%-
HSV(B)258.46º83.33%61.18%-
XYZ8.624.331.83-
YUV52.78186.25137.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 26.61%
GREEN value IS 26 (10.55% from 255) = 10.48%
BLUE value IS 156 (61.33% from 255) = 62.90%
R=26.61%
G=10.48%
B=62.90%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal66261560.580.8300.39258.4671.4335.69
Hex421A9C3A530271024724
Octal102322347212304740210744
Binary10000101101010011100111010101001101001111000000101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421A9C; }

 p { color: rgb(66,26,156); }

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

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

 a { background-color: rgb(66,26,156); }

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

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

 span { border-color: rgb(66,26,156); }

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