Html Css Color HEX #371875 Persian Indigo

📋 copy color: '#371875'

red 55 ◦ green 24 ◦ blue 117

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

Shades of Persian Indigo #371875

Tints of Persian Indigo #371875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

 BLUE value IS 117 (46.09% from 255) = 59.69%

R = 28.06%
G = 12.24%
B = 59.69%

CMYK

 C value IS 0.53

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#371875 (or 0x371875) is known color: Persian Indigo. HEX triplet: 37, 18 and 75. RGB value is (55,24,117). Sum of RGB (Red+Green+Blue) = 55+24+117=196 (25% of max value = 765). Red value is 55 (21.88% from 255 or 28.06% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #371875 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #371875 is #C8E78A. Grayscale: #2B2B2B. Windows color (decimal): -13166475 or 7673911. OLE color: 7673911.

HSL color Cylindrical-coordinate representation of color #371875: hue angle of 260º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #371875 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 55 24 117 -
CMYK 0.53 0.79 0 0.54
HSL 260º 0.66% 0.28% -
HSV(B) 260º 0.79% 0.46% -
XYZ 5.11 2.75 17.09 -
YUV 43.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 55 24 117 0.53 0.79 0 0.54 260 0.66 0.28
Hex 37 18 75 35 4F 0 36 104 42 1C
Octal 67 30 165 65 117 0 66 404 102 34
Binary 110111 11000 1110101 110101 1001111 0 110110 100000100 1000010 11100

Color Harmonies of #371875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371875

Black with #371875

Text Example


Text Example

White with #371875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371875; }

 p { color: rgb(55,24,117); }

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

background-color css

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

 a { background-color: rgb(55,24,117); }

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

border-color css

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

 span { border-color: rgb(55,24,117); }

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