Html Css Color HEX #370E6B Persian Indigo

📋 copy color: '#370E6B'

red 55 ◦ green 14 ◦ blue 107

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

Shades of Persian Indigo #370E6B

Tints of Persian Indigo #370E6B

RGB

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

 GREEN value IS 14 (5.86% from 255) = 7.95%

 BLUE value IS 107 (42.19% from 255) = 60.8%

R = 31.25%
G = 7.95%
B = 60.8%

CMYK

 C value IS 0.49

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#370E6B (or 0x370E6B) is known color: Persian Indigo. HEX triplet: 37, 0E and 6B. RGB value is (55,14,107). Sum of RGB (Red+Green+Blue) = 55+14+107=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 107 (42.19% from 255 or 60.80% from 176); Max value from RGB is 107 - color contains mainly: blue. Hex color #370E6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370E6B is #C8F194. Grayscale: #242424. Windows color (decimal): -13169045 or 7015991. OLE color: 7015991.

HSL color Cylindrical-coordinate representation of color #370E6B: hue angle of 266.45º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #370E6B is Cyan = 0.49, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 14 107 -
CMYK 0.49 0.87 0 0.58
HSL 266.45º 0.77% 0.24% -
HSV(B) 266.45º 0.87% 0.42% -
XYZ 4.39 2.19 14.1 -
YUV 36.86 167.58 140.94 -
System Red Green Blue C M Y K H S L
Decimal 55 14 107 0.49 0.87 0 0.58 266.45 0.77 0.24
Hex 37 E 6B 31 57 0 3A 10A 4D 18
Octal 67 16 153 61 127 0 72 412 115 30
Binary 110111 1110 1101011 110001 1010111 0 111010 100001010 1001101 11000

Color Harmonies of #370E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E6B

Black with #370E6B

Text Example


Text Example

White with #370E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,14,107); }

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

background-color css

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

 a { background-color: rgb(55,14,107); }

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

border-color css

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

 span { border-color: rgb(55,14,107); }

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