Html Css Color HEX #37059B Persian Indigo

📋 copy color: '#37059B'

red 55 ◦ green 5 ◦ blue 155

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

Shades of Persian Indigo #37059B

Tints of Persian Indigo #37059B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.33%

 BLUE value IS 155 (60.94% from 255) = 72.09%

R = 25.58%
G = 2.33%
B = 72.09%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#37059B (or 0x37059B) is known color: Persian Indigo. HEX triplet: 37, 05 and 9B. RGB value is (55,5,155). Sum of RGB (Red+Green+Blue) = 55+5+155=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 5 (2.34% from 255 or 2.33% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #37059B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37059B is #C8FA64. Grayscale: #242424. Windows color (decimal): -13171301 or 10159415. OLE color: 10159415.

HSL color Cylindrical-coordinate representation of color #37059B: hue angle of 260º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #37059B is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 55 5 155 -
CMYK 0.65 0.97 0 0.39
HSL 260º 0.94% 0.31% -
HSV(B) 260º 0.97% 0.61% -
XYZ 7.55 3.29 31.25 -
YUV 37.05 194.57 140.8 -
System Red Green Blue C M Y K H S L
Decimal 55 5 155 0.65 0.97 0 0.39 260 0.94 0.31
Hex 37 5 9B 41 61 0 27 104 5E 1F
Octal 67 5 233 101 141 0 47 404 136 37
Binary 110111 101 10011011 1000001 1100001 0 100111 100000100 1011110 11111

Color Harmonies of #37059B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37059B

Black with #37059B

Text Example


Text Example

White with #37059B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,5,155); }

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

background-color css

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

 a { background-color: rgb(55,5,155); }

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

border-color css

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

 span { border-color: rgb(55,5,155); }

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