#360063

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

Shades of Persian Indigo #360063

Tints of Persian Indigo #360063

Color information

#360063 (or 0x360063) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 63. RGB value is (54,0,99). Sum of RGB (Red+Green+Blue) = 54+0+99=153 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.29% from 153); Green value is 0 (0.39% from 255 or 0% from 153); Blue value is 99 (39.06% from 255 or 64.71% from 153); Max value from RGB is 99 - color contains mainly: blue. Hex color #360063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360063 is #C9FF9C. Grayscale: #1B1B1B. Windows color (decimal): -13238173 or 6488118. OLE color: 6488118.

HSL color Cylindrical-coordinate representation of color #360063: hue angle of 272.73º 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 #360063 is Cyan = 0.45, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB54099-
CMYK0.45100.61
HSL272.73º100%19.41%-
HSV(B)272.73º100%38.82%-
XYZ3.771.6911.93-
YUV27.43168.39146.95-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 35.29%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 64.71%
R=35.29%
G=0%
B=64.71%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal540990.45100.61272.7310019.41
Hex360632D6403D1116413
Octal6601435514407542114423
Binary1101100110001110110111001000111101100010001110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360063; }

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

 H1.HeaderClassName
 {
   color: #360063;
 }
 .AnyTagClassName
 {
   color: #360063;
 }
</style>
background-color css

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

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

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

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

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

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