#421A7D

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

Shades of Persian Indigo #421A7D

Tints of Persian Indigo #421A7D

Color information

#421A7D (or 0x421A7D) is unknown color: approx Persian Indigo. HEX triplet: 42, 1A and 7D. RGB value is (66,26,125). Sum of RGB (Red+Green+Blue) = 66+26+125=217 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.41% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 125 (49.22% from 255 or 57.60% from 217); Max value from RGB is 125 - color contains mainly: blue. Hex color #421A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A7D is #BDE582. Grayscale: #303030. Windows color (decimal): -12445059 or 8198722. OLE color: 8198722.

HSL color Cylindrical-coordinate representation of color #421A7D: hue angle of 264.24º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #421A7D is Cyan = 0.47, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB6626125-
CMYK0.470.7900.51
HSL264.24º65.56%29.61%-
HSV(B)264.24º79.2%49.02%-
XYZ6.323.3819.72-
YUV49.25170.75139.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.41%
GREEN value IS 26 (10.55% from 255) = 11.98%
BLUE value IS 125 (49.22% from 255) = 57.60%
R=30.41%
G=11.98%
B=57.60%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66261250.470.7900.51264.2465.5629.61
Hex421A7D2F4F033108421e
Octal102321755711706341010236
Binary100001011010111110110111110011110110011100001000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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