#360070

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

Shades of Persian Indigo #360070

Tints of Persian Indigo #360070

Color information

#360070 (or 0x360070) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 70. RGB value is (54,0,112). Sum of RGB (Red+Green+Blue) = 54+0+112=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #360070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360070 is #C9FF8F. Grayscale: #1C1C1C. Windows color (decimal): -13238160 or 7340086. OLE color: 7340086.

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

Color convert

RGB540112-
CMYK0.52100.56
HSL268.93º100%21.96%-
HSV(B)268.93º100%43.92%-
XYZ4.451.9515.47-
YUV28.91174.89145.89-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.53%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=32.53%
G=0%
B=67.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5401120.52100.56268.9310021.96
Hex36070346403810d6416
Octal6601606414407041514426
Binary1101100111000011010011001000111000100001101110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360070; }

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

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

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

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

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

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

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

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