#421B92

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

Shades of Persian Indigo #421B92

Tints of Persian Indigo #421B92

Color information

#421B92 (or 0x421B92) is unknown color: approx Persian Indigo. HEX triplet: 42, 1B and 92. RGB value is (66,27,146). Sum of RGB (Red+Green+Blue) = 66+27+146=239 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.62% from 239); Green value is 27 (10.94% from 255 or 11.30% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #421B92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #421B92 is #BDE46D. Grayscale: #333333. Windows color (decimal): -12444782 or 9575234. OLE color: 9575234.

HSL color Cylindrical-coordinate representation of color #421B92: hue angle of 259.66º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #421B92 is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6627146-
CMYK0.550.8200.43
HSL259.66º68.79%33.92%-
HSV(B)259.66º81.51%57.25%-
XYZ7.834.0227.56-
YUV52.23180.92137.82-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.62%
GREEN value IS 27 (10.94% from 255) = 11.30%
BLUE value IS 146 (57.42% from 255) = 61.09%
R=27.62%
G=11.30%
B=61.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66271460.550.8200.43259.6668.7933.92
Hex421B92375202B1044522
Octal102332226712205340410542
Binary10000101101110010010110111101001001010111000001001000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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