#36069B

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

Shades of Persian Indigo #36069B

Tints of Persian Indigo #36069B

Color information

#36069B (or 0x36069B) is unknown color: approx Persian Indigo. HEX triplet: 36, 06 and 9B. RGB value is (54,6,155). Sum of RGB (Red+Green+Blue) = 54+6+155=215 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.12% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 155 (60.94% from 255 or 72.09% from 215); Max value from RGB is 155 - color contains mainly: blue. Hex color #36069B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #36069B is #C9F964. Grayscale: #242424. Windows color (decimal): -13236581 or 10159670. OLE color: 10159670.

HSL color Cylindrical-coordinate representation of color #36069B: hue angle of 259.33º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #36069B is Cyan = 0.65, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB546155-
CMYK0.650.9600.39
HSL259.33º92.55%31.57%-
HSV(B)259.33º96.13%60.78%-
XYZ7.53.2831.25-
YUV37.34194.4139.88-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 25.12%
GREEN value IS 6 (2.73% from 255) = 2.79%
BLUE value IS 155 (60.94% from 255) = 72.09%
R=25.12%
G=2.79%
B=72.09%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5461550.650.9600.39259.3392.5531.57
Hex3669B41600271035d20
Octal66623310114004740313540
Binary110110110100110111000001110000001001111000000111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36069B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36069B; }

 p { color: rgb(54,6,155); }

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

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

 a { background-color: rgb(54,6,155); }

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

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

 span { border-color: rgb(54,6,155); }

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