Html Css Color HEX #37058B Persian Indigo

📋 copy color: '#37058B'

red 55 ◦ green 5 ◦ blue 139

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

Shades of Persian Indigo #37058B

Tints of Persian Indigo #37058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 69.85%

R = 27.64%
G = 2.51%
B = 69.85%

CMYK

 C value IS 0.60

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37058B (or 0x37058B) is known color: Persian Indigo. HEX triplet: 37, 05 and 8B. RGB value is (55,5,139). Sum of RGB (Red+Green+Blue) = 55+5+139=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 5 (2.34% from 255 or 2.51% from 199); Blue value is 139 (54.69% from 255 or 69.85% from 199); Max value from RGB is 139 - color contains mainly: blue. Hex color #37058B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37058B is #C8FA74. Grayscale: #222222. Windows color (decimal): -13171317 or 9110839. OLE color: 9110839.

HSL color Cylindrical-coordinate representation of color #37058B: hue angle of 262.39º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #37058B is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 55 5 139 -
CMYK 0.60 0.96 0 0.45
HSL 262.39º 0.93% 0.28% -
HSV(B) 262.39º 0.96% 0.55% -
XYZ 6.29 2.78 24.63 -
YUV 35.23 186.57 142.1 -
System Red Green Blue C M Y K H S L
Decimal 55 5 139 0.60 0.96 0 0.45 262.39 0.93 0.28
Hex 37 5 8B 3C 60 0 2D 106 5D 1C
Octal 67 5 213 74 140 0 55 406 135 34
Binary 110111 101 10001011 111100 1100000 0 101101 100000110 1011101 11100

Color Harmonies of #37058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37058B

Black with #37058B

Text Example


Text Example

White with #37058B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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