#37227A

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

Shades of Persian Indigo #37227A

Tints of Persian Indigo #37227A

Color information

#37227A (or 0x37227A) is unknown color: approx Persian Indigo. HEX triplet: 37, 22 and 7A. RGB value is (55,34,122). Sum of RGB (Red+Green+Blue) = 55+34+122=211 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.07% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 122 (48.05% from 255 or 57.82% from 211); Max value from RGB is 122 - color contains mainly: blue. Hex color #37227A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37227A is #C8DD85. Grayscale: #313131. Windows color (decimal): -13163910 or 8004151. OLE color: 8004151.

HSL color Cylindrical-coordinate representation of color #37227A: hue angle of 254.32º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37227A is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5534122-
CMYK0.550.7200.52
HSL254.32º56.41%30.59%-
HSV(B)254.32º72.13%47.84%-
XYZ5.663.3618.76-
YUV50.31168.46131.34-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 26.07%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 122 (48.05% from 255) = 57.82%
R=26.07%
G=16.11%
B=57.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal55341220.550.7200.52254.3256.4130.59
Hex37227A3748034fe381f
Octal6742172671100643767037
Binary1101111000101111010110111100100001101001111111011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37227A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37227A; }

 p { color: rgb(55,34,122); }

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

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

 a { background-color: rgb(55,34,122); }

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

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

 span { border-color: rgb(55,34,122); }

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