Html Css Color HEX #370063 Persian Indigo

📋 copy color: '#370063'

red 55 ◦ green 0 ◦ blue 99

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

Shades of Persian Indigo #370063

Tints of Persian Indigo #370063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 99 (39.06% from 255) = 64.29%

R = 35.71%
G = 0%
B = 64.29%

CMYK

 C value IS 0.44

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#370063 (or 0x370063) is known color: Persian Indigo. HEX triplet: 37, 00 and 63. RGB value is (55,0,99). Sum of RGB (Red+Green+Blue) = 55+0+99=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 0 (0.39% from 255 or 0% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #370063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #370063 is #C8FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13172637 or 6488119. OLE color: 6488119.

HSL color Cylindrical-coordinate representation of color #370063: hue angle of 273.33º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #370063 is Cyan = 0.44, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 55 0 99 -
CMYK 0.44 1 0 0.61
HSL 273.33º 1% 0.19% -
HSV(B) 273.33º 1% 0.39% -
XYZ 3.83 1.71 11.93 -
YUV 27.73 168.22 147.45 -
System Red Green Blue C M Y K H S L
Decimal 55 0 99 0.44 1 0 0.61 273.33 1 0.19
Hex 37 0 63 2C 64 0 3D 111 64 13
Octal 67 0 143 54 144 0 75 421 144 23
Binary 110111 0 1100011 101100 1100100 0 111101 100010001 1100100 10011

Color Harmonies of #370063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370063

Black with #370063

Text Example


Text Example

White with #370063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370063; }

 p { color: rgb(55,0,99); }

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

background-color css

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

 a { background-color: rgb(55,0,99); }

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

border-color css

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

 span { border-color: rgb(55,0,99); }

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