Html Css Color HEX #37237A Persian Indigo

📋 copy color: '#37237A'

red 55 ◦ green 35 ◦ blue 122

#37237A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #37237A

Tints of Persian Indigo #37237A

RGB

 RED value IS 55 (21.88% from 255) = 25.94%

 GREEN value IS 35 (14.06% from 255) = 16.51%

 BLUE value IS 122 (48.05% from 255) = 57.55%

R = 25.94%
G = 16.51%
B = 57.55%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37237A (or 0x37237A) is known color: Persian Indigo. HEX triplet: 37, 23 and 7A. RGB value is (55,35,122). Sum of RGB (Red+Green+Blue) = 55+35+122=212 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.94% from 212); Green value is 35 (14.06% from 255 or 16.51% from 212); Blue value is 122 (48.05% from 255 or 57.55% from 212); Max value from RGB is 122 - color contains mainly: blue. Hex color #37237A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237A is #C8DC85. Grayscale: #323232. Windows color (decimal): -13163654 or 8004407. OLE color: 8004407.

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

Color convert

RGB 55 35 122 -
CMYK 0.55 0.71 0 0.52
HSL 253.79º 0.55% 0.31% -
HSV(B) 253.79º 0.71% 0.48% -
XYZ 5.69 3.42 18.77 -
YUV 50.9 168.13 130.93 -
System Red Green Blue C M Y K H S L
Decimal 55 35 122 0.55 0.71 0 0.52 253.79 0.55 0.31
Hex 37 23 7A 37 47 0 34 FE 37 1F
Octal 67 43 172 67 107 0 64 376 67 37
Binary 110111 100011 1111010 110111 1000111 0 110100 11111110 110111 11111

Color Harmonies of #37237A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37237A

Black with #37237A

Text Example


Text Example

White with #37237A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37237A;
 }
 .AnyTagClassName
 {
   color: #37237A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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