Html Css Color HEX #37237B Persian Indigo

📋 copy color: '#37237B'

red 55 ◦ green 35 ◦ blue 123

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

Shades of Persian Indigo #37237B

Tints of Persian Indigo #37237B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 57.75%

R = 25.82%
G = 16.43%
B = 57.75%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#37237B (or 0x37237B) is known color: Persian Indigo. HEX triplet: 37, 23 and 7B. RGB value is (55,35,123). Sum of RGB (Red+Green+Blue) = 55+35+123=213 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.82% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 123 (48.44% from 255 or 57.75% from 213); Max value from RGB is 123 - color contains mainly: blue. Hex color #37237B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #37237B is #C8DC84. Grayscale: #323232. Windows color (decimal): -13163653 or 8069943. OLE color: 8069943.

HSL color Cylindrical-coordinate representation of color #37237B: hue angle of 253.64º 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 #37237B is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 55 35 123 -
CMYK 0.55 0.72 0 0.52
HSL 253.64º 0.56% 0.31% -
HSV(B) 253.64º 0.72% 0.48% -
XYZ 5.75 3.44 19.1 -
YUV 51.01 168.63 130.84 -
System Red Green Blue C M Y K H S L
Decimal 55 35 123 0.55 0.72 0 0.52 253.64 0.56 0.31
Hex 37 23 7B 37 48 0 34 FE 38 1F
Octal 67 43 173 67 110 0 64 376 70 37
Binary 110111 100011 1111011 110111 1001000 0 110100 11111110 111000 11111

Color Harmonies of #37237B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37237B

Black with #37237B

Text Example


Text Example

White with #37237B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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