Html Css Color HEX #37198D Persian Indigo

📋 copy color: '#37198D'

red 55 ◦ green 25 ◦ blue 141

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

Shades of Persian Indigo #37198D

Tints of Persian Indigo #37198D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 63.8%

R = 24.89%
G = 11.31%
B = 63.8%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#37198D (or 0x37198D) is known color: Persian Indigo. HEX triplet: 37, 19 and 8D. RGB value is (55,25,141). Sum of RGB (Red+Green+Blue) = 55+25+141=221 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.89% from 221); Green value is 25 (10.16% from 255 or 11.31% from 221); Blue value is 141 (55.47% from 255 or 63.80% from 221); Max value from RGB is 141 - color contains mainly: blue. Hex color #37198D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #37198D is #C8E672. Grayscale: #2E2E2E. Windows color (decimal): -13166195 or 9247031. OLE color: 9247031.

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

Color convert

RGB 55 25 141 -
CMYK 0.61 0.82 0 0.45
HSL 255.52º 0.7% 0.33% -
HSV(B) 255.52º 0.82% 0.55% -
XYZ 6.73 3.43 25.51 -
YUV 47.19 180.94 133.57 -
System Red Green Blue C M Y K H S L
Decimal 55 25 141 0.61 0.82 0 0.45 255.52 0.7 0.33
Hex 37 19 8D 3D 52 0 2D 100 46 21
Octal 67 31 215 75 122 0 55 400 106 41
Binary 110111 11001 10001101 111101 1010010 0 101101 100000000 1000110 100001

Color Harmonies of #37198D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37198D

Black with #37198D

Text Example


Text Example

White with #37198D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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