Html Css Color HEX #370E9E Persian Indigo

📋 copy color: '#370E9E'

red 55 ◦ green 14 ◦ blue 158

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

Shades of Persian Indigo #370E9E

Tints of Persian Indigo #370E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 69.6%

R = 24.23%
G = 6.17%
B = 69.6%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#370E9E (or 0x370E9E) is known color: Persian Indigo. HEX triplet: 37, 0E and 9E. RGB value is (55,14,158). Sum of RGB (Red+Green+Blue) = 55+14+158=227 (30% of max value = 765). Red value is 55 (21.88% from 255 or 24.23% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 158 (62.11% from 255 or 69.60% from 227); Max value from RGB is 158 - color contains mainly: blue. Hex color #370E9E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370E9E is #C8F161. Grayscale: #2A2A2A. Windows color (decimal): -13168994 or 10358327. OLE color: 10358327.

HSL color Cylindrical-coordinate representation of color #370E9E: hue angle of 257.08º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370E9E is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 55 14 158 -
CMYK 0.65 0.91 0 0.38
HSL 257.08º 0.84% 0.34% -
HSV(B) 257.08º 0.91% 0.62% -
XYZ 7.9 3.59 32.63 -
YUV 42.68 193.08 136.79 -
System Red Green Blue C M Y K H S L
Decimal 55 14 158 0.65 0.91 0 0.38 257.08 0.84 0.34
Hex 37 E 9E 41 5B 0 26 101 54 22
Octal 67 16 236 101 133 0 46 401 124 42
Binary 110111 1110 10011110 1000001 1011011 0 100110 100000001 1010100 100010

Color Harmonies of #370E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370E9E

Black with #370E9E

Text Example


Text Example

White with #370E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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