#26016E

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

Shades of Persian Indigo #26016E

Tints of Persian Indigo #26016E

Color information

#26016E (or 0x26016E) is unknown color: approx Persian Indigo. HEX triplet: 26, 01 and 6E. RGB value is (38,1,110). Sum of RGB (Red+Green+Blue) = 38+1+110=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 1 (0.78% from 255 or 0.67% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #26016E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26016E is #D9FE91. Grayscale: #181818. Windows color (decimal): -14286482 or 7209254. OLE color: 7209254.

HSL color Cylindrical-coordinate representation of color #26016E: hue angle of 260.37º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #26016E is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB381110-
CMYK0.650.9900.57
HSL260.37º98.2%21.76%-
HSV(B)260.37º99.09%43.14%-
XYZ3.621.5614.86-
YUV24.49176.26137.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 1 (0.78% from 255) = 0.67%
BLUE value IS 110 (43.36% from 255) = 73.83%
R=25.50%
G=0.67%
B=73.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3811100.650.9900.57260.3798.221.76
Hex2616E41630391046216
Octal46115610114307140414226
Binary10011011101110100000111000110111001100000100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26016E; }

 p { color: rgb(38,1,110); }

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

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

 a { background-color: rgb(38,1,110); }

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

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

 span { border-color: rgb(38,1,110); }

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