Html Css Color HEX #37258B Persian Indigo

📋 copy color: '#37258B'

red 55 ◦ green 37 ◦ blue 139

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

Shades of Persian Indigo #37258B

Tints of Persian Indigo #37258B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 23.81%
G = 16.02%
B = 60.17%

CMYK

 C value IS 0.60

 M value IS 0.73

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37258B (or 0x37258B) is known color: Persian Indigo. HEX triplet: 37, 25 and 8B. RGB value is (55,37,139). Sum of RGB (Red+Green+Blue) = 55+37+139=231 (30% of max value = 765). Red value is 55 (21.88% from 255 or 23.81% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 139 (54.69% from 255 or 60.17% from 231); Max value from RGB is 139 - color contains mainly: blue. Hex color #37258B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #37258B is #C8DA74. Grayscale: #353535. Windows color (decimal): -13163125 or 9119031. OLE color: 9119031.

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

Color convert

RGB 55 37 139 -
CMYK 0.60 0.73 0 0.45
HSL 250.59º 0.58% 0.35% -
HSV(B) 250.59º 0.73% 0.55% -
XYZ 6.9 4 24.83 -
YUV 54.01 175.96 128.71 -
System Red Green Blue C M Y K H S L
Decimal 55 37 139 0.60 0.73 0 0.45 250.59 0.58 0.35
Hex 37 25 8B 3C 49 0 2D FB 3A 23
Octal 67 45 213 74 111 0 55 373 72 43
Binary 110111 100101 10001011 111100 1001001 0 101101 11111011 111010 100011

Color Harmonies of #37258B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37258B

Black with #37258B

Text Example


Text Example

White with #37258B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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