Html Css Color HEX #370B87 Persian Indigo

📋 copy color: '#370B87'

red 55 ◦ green 11 ◦ blue 135

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

Shades of Persian Indigo #370B87

Tints of Persian Indigo #370B87

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.47%

 BLUE value IS 135 (53.13% from 255) = 67.16%

R = 27.36%
G = 5.47%
B = 67.16%

CMYK

 C value IS 0.59

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370B87 (or 0x370B87) is known color: Persian Indigo. HEX triplet: 37, 0B and 87. RGB value is (55,11,135). Sum of RGB (Red+Green+Blue) = 55+11+135=201 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.36% from 201); Green value is 11 (4.69% from 255 or 5.47% from 201); Blue value is 135 (53.12% from 255 or 67.16% from 201); Max value from RGB is 135 - color contains mainly: blue. Hex color #370B87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370B87 is #C8F478. Grayscale: #252525. Windows color (decimal): -13169785 or 8850231. OLE color: 8850231.

HSL color Cylindrical-coordinate representation of color #370B87: hue angle of 261.29º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #370B87 is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 11 135 -
CMYK 0.59 0.92 0 0.47
HSL 261.29º 0.85% 0.29% -
HSV(B) 261.29º 0.92% 0.53% -
XYZ 6.07 2.8 23.14 -
YUV 38.29 182.58 139.92 -
System Red Green Blue C M Y K H S L
Decimal 55 11 135 0.59 0.92 0 0.47 261.29 0.85 0.29
Hex 37 B 87 3B 5C 0 2F 105 55 1D
Octal 67 13 207 73 134 0 57 405 125 35
Binary 110111 1011 10000111 111011 1011100 0 101111 100000101 1010101 11101

Color Harmonies of #370B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B87

Black with #370B87

Text Example


Text Example

White with #370B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370B87; }

 p { color: rgb(55,11,135); }

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

background-color css

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

 a { background-color: rgb(55,11,135); }

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

border-color css

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

 span { border-color: rgb(55,11,135); }

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