#360072

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

Shades of Persian Indigo #360072

Tints of Persian Indigo #360072

Color information

#360072 (or 0x360072) is unknown color: approx Persian Indigo. HEX triplet: 36, 00 and 72. RGB value is (54,0,114). Sum of RGB (Red+Green+Blue) = 54+0+114=168 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.14% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #360072 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360072 is #C9FF8D. Grayscale: #1C1C1C. Windows color (decimal): -13238158 or 7471158. OLE color: 7471158.

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

Color convert

RGB540114-
CMYK0.53100.55
HSL268.42º100%22.35%-
HSV(B)268.42º100%44.71%-
XYZ4.56216.07-
YUV29.14175.89145.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 32.14%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=32.14%
G=0%
B=67.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5401140.53100.55268.4210022.35
Hex36072356403710c6416
Octal6601626514406741414426
Binary1101100111001011010111001000110111100001100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360072; }

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

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

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

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

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

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

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

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