Html Css Color HEX #37177D Persian Indigo

📋 copy color: '#37177D'

red 55 ◦ green 23 ◦ blue 125

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

Shades of Persian Indigo #37177D

Tints of Persian Indigo #37177D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.33%

 BLUE value IS 125 (49.22% from 255) = 61.58%

R = 27.09%
G = 11.33%
B = 61.58%

CMYK

 C value IS 0.56

 M value IS 0.82

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#37177D (or 0x37177D) is known color: Persian Indigo. HEX triplet: 37, 17 and 7D. RGB value is (55,23,125). Sum of RGB (Red+Green+Blue) = 55+23+125=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 23 (9.38% from 255 or 11.33% from 203); Blue value is 125 (49.22% from 255 or 61.58% from 203); Max value from RGB is 125 - color contains mainly: blue. Hex color #37177D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #37177D is #C8E882. Grayscale: #2B2B2B. Windows color (decimal): -13166723 or 8197943. OLE color: 8197943.

HSL color Cylindrical-coordinate representation of color #37177D: hue angle of 258.82º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37177D is Cyan = 0.56, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 23 125 -
CMYK 0.56 0.82 0 0.51
HSL 258.82º 0.69% 0.29% -
HSV(B) 258.82º 0.82% 0.49% -
XYZ 5.58 2.91 19.67 -
YUV 44.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 55 23 125 0.56 0.82 0 0.51 258.82 0.69 0.29
Hex 37 17 7D 38 52 0 33 103 45 1D
Octal 67 27 175 70 122 0 63 403 105 35
Binary 110111 10111 1111101 111000 1010010 0 110011 100000011 1000101 11101

Color Harmonies of #37177D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37177D

Black with #37177D

Text Example


Text Example

White with #37177D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,23,125); }

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

background-color css

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

 a { background-color: rgb(55,23,125); }

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

border-color css

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

 span { border-color: rgb(55,23,125); }

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