#421B8A

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

Shades of Persian Indigo #421B8A

Tints of Persian Indigo #421B8A

Color information

#421B8A (or 0x421B8A) is unknown color: approx Persian Indigo. HEX triplet: 42, 1B and 8A. RGB value is (66,27,138). Sum of RGB (Red+Green+Blue) = 66+27+138=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 27 (10.94% from 255 or 11.69% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #421B8A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B8A is #BDE475. Grayscale: #323232. Windows color (decimal): -12444790 or 9050946. OLE color: 9050946.

HSL color Cylindrical-coordinate representation of color #421B8A: hue angle of 261.08º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #421B8A is Cyan = 0.52, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6627138-
CMYK0.520.8000.46
HSL261.08º67.27%32.35%-
HSV(B)261.08º80.43%54.12%-
XYZ7.233.7824.39-
YUV51.32176.92138.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 27 (10.94% from 255) = 11.69%
BLUE value IS 138 (54.30% from 255) = 59.74%
R=28.57%
G=11.69%
B=59.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal66271380.520.8000.46261.0867.2732.35
Hex421B8A345002E1054320
Octal102332126412005640510340
Binary10000101101110001010110100101000001011101000001011000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,27,138); }

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

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

 a { background-color: rgb(66,27,138); }

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

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

 span { border-color: rgb(66,27,138); }

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