Html Css Color HEX #371B85 Persian Indigo

📋 copy color: '#371B85'

red 55 ◦ green 27 ◦ blue 133

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

Shades of Persian Indigo #371B85

Tints of Persian Indigo #371B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 61.86%

R = 25.58%
G = 12.56%
B = 61.86%

CMYK

 C value IS 0.59

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#371B85 (or 0x371B85) is known color: Persian Indigo. HEX triplet: 37, 1B and 85. RGB value is (55,27,133). Sum of RGB (Red+Green+Blue) = 55+27+133=215 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.58% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 133 (52.34% from 255 or 61.86% from 215); Max value from RGB is 133 - color contains mainly: blue. Hex color #371B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #371B85 is #C8E47A. Grayscale: #2F2F2F. Windows color (decimal): -13165691 or 8723255. OLE color: 8723255.

HSL color Cylindrical-coordinate representation of color #371B85: hue angle of 255.85º degrees, saturation: 0.66, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #371B85 is Cyan = 0.59, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 55 27 133 -
CMYK 0.59 0.80 0 0.48
HSL 255.85º 0.66% 0.31% -
HSV(B) 255.85º 0.8% 0.52% -
XYZ 6.2 3.29 22.5 -
YUV 47.46 176.28 133.38 -
System Red Green Blue C M Y K H S L
Decimal 55 27 133 0.59 0.80 0 0.48 255.85 0.66 0.31
Hex 37 1B 85 3B 50 0 30 100 42 1F
Octal 67 33 205 73 120 0 60 400 102 37
Binary 110111 11011 10000101 111011 1010000 0 110000 100000000 1000010 11111

Color Harmonies of #371B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371B85

Black with #371B85

Text Example


Text Example

White with #371B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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