Html Css Color HEX #371C7D Persian Indigo

📋 copy color: '#371C7D'

red 55 ◦ green 28 ◦ blue 125

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

Shades of Persian Indigo #371C7D

Tints of Persian Indigo #371C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.46%

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

R = 26.44%
G = 13.46%
B = 60.1%

CMYK

 C value IS 0.56

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#371C7D (or 0x371C7D) is known color: Persian Indigo. HEX triplet: 37, 1C and 7D. RGB value is (55,28,125). Sum of RGB (Red+Green+Blue) = 55+28+125=208 (27% of max value = 765). Red value is 55 (21.88% from 255 or 26.44% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 125 (49.22% from 255 or 60.10% from 208); Max value from RGB is 125 - color contains mainly: blue. Hex color #371C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371C7D is #C8E382. Grayscale: #2E2E2E. Windows color (decimal): -13165443 or 8199223. OLE color: 8199223.

HSL color Cylindrical-coordinate representation of color #371C7D: hue angle of 256.7º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #371C7D is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 55 28 125 -
CMYK 0.56 0.78 0 0.51
HSL 256.7º 0.63% 0.3% -
HSV(B) 256.7º 0.78% 0.49% -
XYZ 5.69 3.12 19.7 -
YUV 47.13 171.95 133.61 -
System Red Green Blue C M Y K H S L
Decimal 55 28 125 0.56 0.78 0 0.51 256.7 0.63 0.3
Hex 37 1C 7D 38 4E 0 33 101 3F 1E
Octal 67 34 175 70 116 0 63 401 77 36
Binary 110111 11100 1111101 111000 1001110 0 110011 100000001 111111 11110

Color Harmonies of #371C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371C7D

Black with #371C7D

Text Example


Text Example

White with #371C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371C7D; }

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

 H1.HeaderClassName
 {
   color: #371C7D;
 }
 .AnyTagClassName
 {
   color: #371C7D;
 }
</style>

background-color css

<style>
 a { background-color: #371C7D; }

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

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

border-color css

<style>
 span { border-color: #371C7D; }

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

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