Html Css Color HEX #370C6B Persian Indigo

📋 copy color: '#370C6B'

red 55 ◦ green 12 ◦ blue 107

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

Shades of Persian Indigo #370C6B

Tints of Persian Indigo #370C6B

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.9%

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

R = 31.61%
G = 6.9%
B = 61.49%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#370C6B (or 0x370C6B) is known color: Persian Indigo. HEX triplet: 37, 0C and 6B. RGB value is (55,12,107). Sum of RGB (Red+Green+Blue) = 55+12+107=174 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.61% from 174); Green value is 12 (5.08% from 255 or 6.90% from 174); Blue value is 107 (42.19% from 255 or 61.49% from 174); Max value from RGB is 107 - color contains mainly: blue. Hex color #370C6B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C6B is #C8F394. Grayscale: #232323. Windows color (decimal): -13169557 or 7015479. OLE color: 7015479.

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

Color convert

RGB 55 12 107 -
CMYK 0.49 0.89 0 0.58
HSL 267.16º 0.8% 0.23% -
HSV(B) 267.16º 0.89% 0.42% -
XYZ 4.36 2.14 14.09 -
YUV 35.69 168.25 141.78 -
System Red Green Blue C M Y K H S L
Decimal 55 12 107 0.49 0.89 0 0.58 267.16 0.8 0.23
Hex 37 C 6B 31 59 0 3A 10B 50 17
Octal 67 14 153 61 131 0 72 413 120 27
Binary 110111 1100 1101011 110001 1011001 0 111010 100001011 1010000 10111

Color Harmonies of #370C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C6B

Black with #370C6B

Text Example


Text Example

White with #370C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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