#421A7F

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

Shades of Persian Indigo #421A7F

Tints of Persian Indigo #421A7F

Color information

#421A7F (or 0x421A7F) is unknown color: approx Persian Indigo. HEX triplet: 42, 1A and 7F. RGB value is (66,26,127). Sum of RGB (Red+Green+Blue) = 66+26+127=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #421A7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A7F is #BDE580. Grayscale: #313131. Windows color (decimal): -12445057 or 8329794. OLE color: 8329794.

HSL color Cylindrical-coordinate representation of color #421A7F: hue angle of 263.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421A7F is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB6626127-
CMYK0.480.8000.50
HSL263.76º66.01%30%-
HSV(B)263.76º79.53%49.8%-
XYZ6.453.4320.4-
YUV49.47171.75139.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.14%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 127 (50% from 255) = 57.99%
R=30.14%
G=11.87%
B=57.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66261270.480.8000.50263.7666.0130
Hex421A7F3050032108421e
Octal102321776012006241010236
Binary100001011010111111111000010100000110010100001000100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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