#22037B

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

Shades of Persian Indigo #22037B

Tints of Persian Indigo #22037B

Color information

#22037B (or 0x22037B) is unknown color: approx Persian Indigo. HEX triplet: 22, 03 and 7B. RGB value is (34,3,123). Sum of RGB (Red+Green+Blue) = 34+3+123=160 (21% of max value = 765). Red value is 34 (13.67% from 255 or 21.25% from 160); Green value is 3 (1.56% from 255 or 1.88% from 160); Blue value is 123 (48.44% from 255 or 76.88% from 160); Max value from RGB is 123 - color contains mainly: blue. Hex color #22037B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #22037B is #DDFC84. Grayscale: #191919. Windows color (decimal): -14548101 or 8061730. OLE color: 8061730.

HSL color Cylindrical-coordinate representation of color #22037B: hue angle of 255.5º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #22037B is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB343123-
CMYK0.720.9800.52
HSL255.5º95.24%24.71%-
HSV(B)255.5º97.56%48.24%-
XYZ4.271.8418.87-
YUV25.95182.77133.74-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 21.25%
GREEN value IS 3 (1.56% from 255) = 1.88%
BLUE value IS 123 (48.44% from 255) = 76.88%
R=21.25%
G=1.88%
B=76.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3431230.720.9800.52255.595.2424.71
Hex2237B48620341005f19
Octal42317311014206440013731
Binary100010111111011100100011000100110100100000000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22037B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22037B; }

 p { color: rgb(34,3,123); }

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

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

 a { background-color: rgb(34,3,123); }

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

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

 span { border-color: rgb(34,3,123); }

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