#421892

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

Shades of Persian Indigo #421892

Tints of Persian Indigo #421892

Color information

#421892 (or 0x421892) is unknown color: approx Persian Indigo. HEX triplet: 42, 18 and 92. RGB value is (66,24,146). Sum of RGB (Red+Green+Blue) = 66+24+146=236 (31% of max value = 765). Red value is 66 (26.17% from 255 or 27.97% from 236); Green value is 24 (9.77% from 255 or 10.17% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #421892 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #421892 is #BDE76D. Grayscale: #323232. Windows color (decimal): -12445550 or 9574466. OLE color: 9574466.

HSL color Cylindrical-coordinate representation of color #421892: hue angle of 260.66º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #421892 is Cyan = 0.55, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6624146-
CMYK0.550.8400.43
HSL260.66º71.76%33.33%-
HSV(B)260.66º83.56%57.25%-
XYZ7.763.8927.54-
YUV50.47181.91139.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 27.97%
GREEN value IS 24 (9.77% from 255) = 10.17%
BLUE value IS 146 (57.42% from 255) = 61.86%
R=27.97%
G=10.17%
B=61.86%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66241460.550.8400.43260.6671.7633.33
Hex421892375402B1054821
Octal102302226712405340511041
Binary10000101100010010010110111101010001010111000001011001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421892; }

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

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

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

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

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

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

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

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