Html Css Color HEX #37198B Persian Indigo

📋 copy color: '#37198B'

red 55 ◦ green 25 ◦ blue 139

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

Shades of Persian Indigo #37198B

Tints of Persian Indigo #37198B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.42%

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

R = 25.11%
G = 11.42%
B = 63.47%

CMYK

 C value IS 0.60

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37198B (or 0x37198B) is known color: Persian Indigo. HEX triplet: 37, 19 and 8B. RGB value is (55,25,139). Sum of RGB (Red+Green+Blue) = 55+25+139=219 (29% of max value = 765). Red value is 55 (21.88% from 255 or 25.11% from 219); Green value is 25 (10.16% from 255 or 11.42% from 219); Blue value is 139 (54.69% from 255 or 63.47% from 219); Max value from RGB is 139 - color contains mainly: blue. Hex color #37198B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37198B is #C8E674. Grayscale: #2E2E2E. Windows color (decimal): -13166197 or 9115959. OLE color: 9115959.

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

Color convert

RGB 55 25 139 -
CMYK 0.60 0.82 0 0.45
HSL 255.79º 0.7% 0.32% -
HSV(B) 255.79º 0.82% 0.55% -
XYZ 6.58 3.37 24.73 -
YUV 46.97 179.94 133.73 -
System Red Green Blue C M Y K H S L
Decimal 55 25 139 0.60 0.82 0 0.45 255.79 0.7 0.32
Hex 37 19 8B 3C 52 0 2D 100 46 20
Octal 67 31 213 74 122 0 55 400 106 40
Binary 110111 11001 10001011 111100 1010010 0 101101 100000000 1000110 100000

Color Harmonies of #37198B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37198B

Black with #37198B

Text Example


Text Example

White with #37198B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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