#26036A

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

Shades of Persian Indigo #26036A

Tints of Persian Indigo #26036A

Color information

#26036A (or 0x26036A) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 6A. RGB value is (38,3,106). Sum of RGB (Red+Green+Blue) = 38+3+106=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 106 (41.80% from 255 or 72.11% from 147); Max value from RGB is 106 - color contains mainly: blue. Hex color #26036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26036A is #D9FC95. Grayscale: #181818. Windows color (decimal): -14285974 or 6947622. OLE color: 6947622.

HSL color Cylindrical-coordinate representation of color #26036A: hue angle of 260.39º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26036A is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB383106-
CMYK0.640.9700.58
HSL260.39º94.5%21.37%-
HSV(B)260.39º97.17%41.57%-
XYZ3.431.5213.75-
YUV25.21173.6137.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 106 (41.80% from 255) = 72.11%
R=25.85%
G=2.04%
B=72.11%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3831060.640.9700.58260.3994.521.37
Hex2636A406103A1045e15
Octal46315210014107240413625
Binary100110111101010100000011000010111010100000100101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26036A; }

 p { color: rgb(38,3,106); }

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

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

 a { background-color: rgb(38,3,106); }

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

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

 span { border-color: rgb(38,3,106); }

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