Html Css Color HEX #370370 Persian Indigo

📋 copy color: '#370370'

red 55 ◦ green 3 ◦ blue 112

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

Shades of Persian Indigo #370370

Tints of Persian Indigo #370370

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.76%

 BLUE value IS 112 (44.14% from 255) = 65.88%

R = 32.35%
G = 1.76%
B = 65.88%

CMYK

 C value IS 0.51

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#370370 (or 0x370370) is known color: Persian Indigo. HEX triplet: 37, 03 and 70. RGB value is (55,3,112). Sum of RGB (Red+Green+Blue) = 55+3+112=170 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.35% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #370370 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370370 is #C8FC8F. Grayscale: #1E1E1E. Windows color (decimal): -13171856 or 7340855. OLE color: 7340855.

HSL color Cylindrical-coordinate representation of color #370370: hue angle of 268.62º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #370370 is Cyan = 0.51, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 3 112 -
CMYK 0.51 0.97 0 0.56
HSL 268.62º 0.95% 0.23% -
HSV(B) 268.62º 0.97% 0.44% -
XYZ 4.53 2.05 15.49 -
YUV 30.97 173.73 145.14 -
System Red Green Blue C M Y K H S L
Decimal 55 3 112 0.51 0.97 0 0.56 268.62 0.95 0.23
Hex 37 3 70 33 61 0 38 10D 5F 17
Octal 67 3 160 63 141 0 70 415 137 27
Binary 110111 11 1110000 110011 1100001 0 111000 100001101 1011111 10111

Color Harmonies of #370370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370370

Black with #370370

Text Example


Text Example

White with #370370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370370; }

 p { color: rgb(55,3,112); }

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

background-color css

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

 a { background-color: rgb(55,3,112); }

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

border-color css

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

 span { border-color: rgb(55,3,112); }

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