#361070

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

Shades of Persian Indigo #361070

Tints of Persian Indigo #361070

Color information

#361070 (or 0x361070) is unknown color: approx Persian Indigo. HEX triplet: 36, 10 and 70. RGB value is (54,16,112). Sum of RGB (Red+Green+Blue) = 54+16+112=182 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.67% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #361070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #361070 is #C9EF8F. Grayscale: #252525. Windows color (decimal): -13234064 or 7344182. OLE color: 7344182.

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

Color convert

RGB5416112-
CMYK0.520.8600.56
HSL263.75º75%25.1%-
HSV(B)263.75º85.71%43.92%-
XYZ4.632.3215.53-
YUV38.31169.59139.19-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 29.67%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 112 (44.14% from 255) = 61.54%
R=29.67%
G=8.79%
B=61.54%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal54161120.520.8600.56263.757525.1
Hex36107034560381084b19
Octal66201606412607041011331
Binary11011010000111000011010010101100111000100001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #361070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #361070; }

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

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

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

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

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

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

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

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