Html Css Color HEX #371B74 Persian Indigo

📋 copy color: '#371B74'

red 55 ◦ green 27 ◦ blue 116

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

Shades of Persian Indigo #371B74

Tints of Persian Indigo #371B74

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.64%

 BLUE value IS 116 (45.7% from 255) = 58.59%

R = 27.78%
G = 13.64%
B = 58.59%

CMYK

 C value IS 0.53

 M value IS 0.77

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#371B74 (or 0x371B74) is known color: Persian Indigo. HEX triplet: 37, 1B and 74. RGB value is (55,27,116). Sum of RGB (Red+Green+Blue) = 55+27+116=198 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.78% from 198); Green value is 27 (10.94% from 255 or 13.64% from 198); Blue value is 116 (45.70% from 255 or 58.59% from 198); Max value from RGB is 116 - color contains mainly: blue. Hex color #371B74 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #371B74 is #C8E48B. Grayscale: #2D2D2D. Windows color (decimal): -13165708 or 7609143. OLE color: 7609143.

HSL color Cylindrical-coordinate representation of color #371B74: hue angle of 258.88º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #371B74 is Cyan = 0.53, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 27 116 -
CMYK 0.53 0.77 0 0.55
HSL 258.88º 0.62% 0.28% -
HSV(B) 258.88º 0.77% 0.45% -
XYZ 5.12 2.86 16.8 -
YUV 45.52 167.78 134.76 -
System Red Green Blue C M Y K H S L
Decimal 55 27 116 0.53 0.77 0 0.55 258.88 0.62 0.28
Hex 37 1B 74 35 4D 0 37 103 3E 1C
Octal 67 33 164 65 115 0 67 403 76 34
Binary 110111 11011 1110100 110101 1001101 0 110111 100000011 111110 11100

Color Harmonies of #371B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B74

Black with #371B74

Text Example


Text Example

White with #371B74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,27,116); }

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

background-color css

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

 a { background-color: rgb(55,27,116); }

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

border-color css

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

 span { border-color: rgb(55,27,116); }

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