Html Css Color HEX #370987 Persian Indigo

📋 copy color: '#370987'

red 55 ◦ green 9 ◦ blue 135

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

Shades of Persian Indigo #370987

Tints of Persian Indigo #370987

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.52%

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

R = 27.64%
G = 4.52%
B = 67.84%

CMYK

 C value IS 0.59

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370987 (or 0x370987) is known color: Persian Indigo. HEX triplet: 37, 09 and 87. RGB value is (55,9,135). Sum of RGB (Red+Green+Blue) = 55+9+135=199 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.64% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 135 (53.12% from 255 or 67.84% from 199); Max value from RGB is 135 - color contains mainly: blue. Hex color #370987 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370987 is #C8F678. Grayscale: #242424. Windows color (decimal): -13170297 or 8849719. OLE color: 8849719.

HSL color Cylindrical-coordinate representation of color #370987: hue angle of 261.9º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #370987 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 55 9 135 -
CMYK 0.59 0.93 0 0.47
HSL 261.9º 0.88% 0.28% -
HSV(B) 261.9º 0.93% 0.53% -
XYZ 6.05 2.76 23.14 -
YUV 37.12 183.24 140.75 -
System Red Green Blue C M Y K H S L
Decimal 55 9 135 0.59 0.93 0 0.47 261.9 0.88 0.28
Hex 37 9 87 3B 5D 0 2F 106 58 1C
Octal 67 11 207 73 135 0 57 406 130 34
Binary 110111 1001 10000111 111011 1011101 0 101111 100000110 1011000 11100

Color Harmonies of #370987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370987

Black with #370987

Text Example


Text Example

White with #370987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370987; }

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

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

background-color css

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

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

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

border-color css

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

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

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