#360398

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

Shades of Persian Indigo #360398

Tints of Persian Indigo #360398

Color information

#360398 (or 0x360398) is unknown color: approx Persian Indigo. HEX triplet: 36, 03 and 98. RGB value is (54,3,152). Sum of RGB (Red+Green+Blue) = 54+3+152=209 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.84% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 152 (59.77% from 255 or 72.73% from 209); Max value from RGB is 152 - color contains mainly: blue. Hex color #360398 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #360398 is #C9FC67. Grayscale: #222222. Windows color (decimal): -13237352 or 9962294. OLE color: 9962294.

HSL color Cylindrical-coordinate representation of color #360398: hue angle of 260.54º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #360398 is Cyan = 0.64, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB543152-
CMYK0.640.9800.40
HSL260.54º96.13%30.39%-
HSV(B)260.54º98.03%59.61%-
XYZ7.223.1229.93-
YUV35.24193.9141.38-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.84%
GREEN value IS 3 (1.56% from 255) = 1.44%
BLUE value IS 152 (59.77% from 255) = 72.73%
R=25.84%
G=1.44%
B=72.73%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5431520.640.9800.40260.5496.1330.39
Hex363984062028105601e
Octal66323010014205040514036
Binary1101101110011000100000011000100101000100000101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360398; }

 p { color: rgb(54,3,152); }

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

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

 a { background-color: rgb(54,3,152); }

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

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

 span { border-color: rgb(54,3,152); }

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