#360470

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

Shades of Persian Indigo #360470

Tints of Persian Indigo #360470

Color information

#360470 (or 0x360470) is unknown color: approx Persian Indigo. HEX triplet: 36, 04 and 70. RGB value is (54,4,112). Sum of RGB (Red+Green+Blue) = 54+4+112=170 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.76% from 170); Green value is 4 (1.95% from 255 or 2.35% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #360470 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #360470 is #C9FB8F. Grayscale: #1E1E1E. Windows color (decimal): -13237136 or 7341110. OLE color: 7341110.

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

Color convert

RGB544112-
CMYK0.520.9600.56
HSL267.78º93.1%22.75%-
HSV(B)267.78º96.43%43.92%-
XYZ4.492.0415.49-
YUV31.26173.56144.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 31.76%
GREEN value IS 4 (1.95% from 255) = 2.35%
BLUE value IS 112 (44.14% from 255) = 65.88%
R=31.76%
G=2.35%
B=65.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5441120.520.9600.56267.7893.122.75
Hex36470346003810c5d17
Octal6641606414007041413527
Binary110110100111000011010011000000111000100001100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360470; }

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

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

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

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

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

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

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

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