Html Css Color HEX #370877 Persian Indigo

📋 copy color: '#370877'

red 55 ◦ green 8 ◦ blue 119

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

Shades of Persian Indigo #370877

Tints of Persian Indigo #370877

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.4%

 BLUE value IS 119 (46.88% from 255) = 65.38%

R = 30.22%
G = 4.4%
B = 65.38%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#370877 (or 0x370877) is known color: Persian Indigo. HEX triplet: 37, 08 and 77. RGB value is (55,8,119). Sum of RGB (Red+Green+Blue) = 55+8+119=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 8 (3.52% from 255 or 4.40% from 182); Blue value is 119 (46.88% from 255 or 65.38% from 182); Max value from RGB is 119 - color contains mainly: blue. Hex color #370877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370877 is #C8F788. Grayscale: #222222. Windows color (decimal): -13170569 or 7800887. OLE color: 7800887.

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

Color convert

RGB 55 8 119 -
CMYK 0.54 0.93 0 0.53
HSL 265.41º 0.87% 0.25% -
HSV(B) 265.41º 0.93% 0.47% -
XYZ 4.99 2.32 17.64 -
YUV 34.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 55 8 119 0.54 0.93 0 0.53 265.41 0.87 0.25
Hex 37 8 77 36 5D 0 35 109 57 19
Octal 67 10 167 66 135 0 65 411 127 31
Binary 110111 1000 1110111 110110 1011101 0 110101 100001001 1010111 11001

Color Harmonies of #370877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370877

Black with #370877

Text Example


Text Example

White with #370877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370877; }

 p { color: rgb(55,8,119); }

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

background-color css

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

 a { background-color: rgb(55,8,119); }

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

border-color css

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

 span { border-color: rgb(55,8,119); }

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