#362278

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

Shades of Persian Indigo #362278

Tints of Persian Indigo #362278

Color information

#362278 (or 0x362278) is unknown color: approx Persian Indigo. HEX triplet: 36, 22 and 78. RGB value is (54,34,120). Sum of RGB (Red+Green+Blue) = 54+34+120=208 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.96% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #362278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #362278 is #C9DD87. Grayscale: #313131. Windows color (decimal): -13229448 or 7873078. OLE color: 7873078.

HSL color Cylindrical-coordinate representation of color #362278: hue angle of 253.95º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #362278 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5434120-
CMYK0.550.7200.53
HSL253.95º55.84%30.2%-
HSV(B)253.95º71.67%47.06%-
XYZ5.483.2818.11-
YUV49.78167.63131.01-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.96%
GREEN value IS 34 (13.67% from 255) = 16.35%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=25.96%
G=16.35%
B=57.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal54341200.550.7200.53253.9555.8430.2
Hex3622783748035fe381e
Octal6642170671100653767036
Binary1101101000101111000110111100100001101011111111011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362278; }

 p { color: rgb(54,34,120); }

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

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

 a { background-color: rgb(54,34,120); }

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

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

 span { border-color: rgb(54,34,120); }

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