Html Css Color HEX #370D86 Persian Indigo

📋 copy color: '#370D86'

red 55 ◦ green 13 ◦ blue 134

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

Shades of Persian Indigo #370D86

Tints of Persian Indigo #370D86

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.44%

 BLUE value IS 134 (52.73% from 255) = 66.34%

R = 27.23%
G = 6.44%
B = 66.34%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#370D86 (or 0x370D86) is known color: Persian Indigo. HEX triplet: 37, 0D and 86. RGB value is (55,13,134). Sum of RGB (Red+Green+Blue) = 55+13+134=202 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.23% from 202); Green value is 13 (5.47% from 255 or 6.44% from 202); Blue value is 134 (52.73% from 255 or 66.34% from 202); Max value from RGB is 134 - color contains mainly: blue. Hex color #370D86 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #370D86 is #C8F279. Grayscale: #262626. Windows color (decimal): -13169274 or 8785207. OLE color: 8785207.

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

Color convert

RGB 55 13 134 -
CMYK 0.59 0.90 0 0.47
HSL 260.83º 0.82% 0.29% -
HSV(B) 260.83º 0.9% 0.53% -
XYZ 6.02 2.82 22.78 -
YUV 39.35 181.41 139.16 -
System Red Green Blue C M Y K H S L
Decimal 55 13 134 0.59 0.90 0 0.47 260.83 0.82 0.29
Hex 37 D 86 3B 5A 0 2F 105 52 1D
Octal 67 15 206 73 132 0 57 405 122 35
Binary 110111 1101 10000110 111011 1011010 0 101111 100000101 1010010 11101

Color Harmonies of #370D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D86

Black with #370D86

Text Example


Text Example

White with #370D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,13,134); }

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

background-color css

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

 a { background-color: rgb(55,13,134); }

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

border-color css

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

 span { border-color: rgb(55,13,134); }

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