#36027B

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

Shades of Persian Indigo #36027B

Tints of Persian Indigo #36027B

Color information

#36027B (or 0x36027B) is unknown color: approx Persian Indigo. HEX triplet: 36, 02 and 7B. RGB value is (54,2,123). Sum of RGB (Red+Green+Blue) = 54+2+123=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 2 (1.17% from 255 or 1.12% from 179); Blue value is 123 (48.44% from 255 or 68.72% from 179); Max value from RGB is 123 - color contains mainly: blue. Hex color #36027B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #36027B is #C9FD84. Grayscale: #1E1E1E. Windows color (decimal): -13237637 or 8061494. OLE color: 8061494.

HSL color Cylindrical-coordinate representation of color #36027B: hue angle of 265.79º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #36027B is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB542123-
CMYK0.560.9800.52
HSL265.79º96.8%24.51%-
HSV(B)265.79º98.37%48.24%-
XYZ5.122.2618.9-
YUV31.34179.73144.16-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 30.17%
GREEN value IS 2 (1.17% from 255) = 1.12%
BLUE value IS 123 (48.44% from 255) = 68.72%
R=30.17%
G=1.12%
B=68.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5421230.560.9800.52265.7996.824.51
Hex3627B386203410a6119
Octal6621737014206441214131
Binary11011010111101111100011000100110100100001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,2,123); }

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

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

 a { background-color: rgb(54,2,123); }

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

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

 span { border-color: rgb(54,2,123); }

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