#370063

Color #370063 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #370063

Tints of Persian Indigo #370063

Color information

#370063 (or 0x370063) is unknown color: approx 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

RGB55099-
CMYK0.44100.61
HSL273.33º100%19.41%-
HSV(B)273.33º100%38.82%-
XYZ3.831.7111.93-
YUV27.73168.22147.45-

RGB Variations

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

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 (Cyan) values IS 0.44
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal550990.44100.61273.3310019.41
Hex370632C6403D1116413
Octal6701435414407542114423
Binary1101110110001110110011001000111101100010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>