Html Css Color HEX #370C71 Persian Indigo

📋 copy color: '#370C71'

red 55 ◦ green 12 ◦ blue 113

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

Shades of Persian Indigo #370C71

Tints of Persian Indigo #370C71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 30.56%
G = 6.67%
B = 62.78%

CMYK

 C value IS 0.51

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370C71 (or 0x370C71) is known color: Persian Indigo. HEX triplet: 37, 0C and 71. RGB value is (55,12,113). Sum of RGB (Red+Green+Blue) = 55+12+113=180 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.56% from 180); Green value is 12 (5.08% from 255 or 6.67% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #370C71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370C71 is #C8F38E. Grayscale: #242424. Windows color (decimal): -13169551 or 7408695. OLE color: 7408695.

HSL color Cylindrical-coordinate representation of color #370C71: hue angle of 265.54º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #370C71 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 12 113 -
CMYK 0.51 0.89 0 0.56
HSL 265.54º 0.81% 0.25% -
HSV(B) 265.54º 0.89% 0.44% -
XYZ 4.69 2.27 15.81 -
YUV 36.37 171.25 141.29 -
System Red Green Blue C M Y K H S L
Decimal 55 12 113 0.51 0.89 0 0.56 265.54 0.81 0.25
Hex 37 C 71 33 59 0 38 10A 51 19
Octal 67 14 161 63 131 0 70 412 121 31
Binary 110111 1100 1110001 110011 1011001 0 111000 100001010 1010001 11001

Color Harmonies of #370C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C71

Black with #370C71

Text Example


Text Example

White with #370C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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