Html Css Color HEX #370D6B Persian Indigo

📋 copy color: '#370D6B'

red 55 ◦ green 13 ◦ blue 107

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

Shades of Persian Indigo #370D6B

Tints of Persian Indigo #370D6B

RGB

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

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

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

R = 31.43%
G = 7.43%
B = 61.14%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#370D6B (or 0x370D6B) is known color: Persian Indigo. HEX triplet: 37, 0D and 6B. RGB value is (55,13,107). Sum of RGB (Red+Green+Blue) = 55+13+107=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 13 (5.47% from 255 or 7.43% from 175); Blue value is 107 (42.19% from 255 or 61.14% from 175); Max value from RGB is 107 - color contains mainly: blue. Hex color #370D6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370D6B is #C8F294. Grayscale: #232323. Windows color (decimal): -13169301 or 7015735. OLE color: 7015735.

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

Color convert

RGB 55 13 107 -
CMYK 0.49 0.88 0 0.58
HSL 266.81º 0.78% 0.24% -
HSV(B) 266.81º 0.88% 0.42% -
XYZ 4.37 2.16 14.1 -
YUV 36.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 55 13 107 0.49 0.88 0 0.58 266.81 0.78 0.24
Hex 37 D 6B 31 58 0 3A 10B 4E 18
Octal 67 15 153 61 130 0 72 413 116 30
Binary 110111 1101 1101011 110001 1011000 0 111010 100001011 1001110 11000

Color Harmonies of #370D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D6B

Black with #370D6B

Text Example


Text Example

White with #370D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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