#26117F

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

Shades of Persian Indigo #26117F

Tints of Persian Indigo #26117F

Color information

#26117F (or 0x26117F) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 7F. RGB value is (38,17,127). Sum of RGB (Red+Green+Blue) = 38+17+127=182 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.88% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 127 (50% from 255 or 69.78% from 182); Max value from RGB is 127 - color contains mainly: blue. Hex color #26117F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26117F is #D9EE80. Grayscale: #232323. Windows color (decimal): -14282369 or 8327462. OLE color: 8327462.

HSL color Cylindrical-coordinate representation of color #26117F: hue angle of 251.45º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #26117F is Cyan = 0.70, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3817127-
CMYK0.700.8700.50
HSL251.45º76.39%28.24%-
HSV(B)251.45º86.61%49.8%-
XYZ4.832.3520.28-
YUV35.82179.46129.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.88%
GREEN value IS 17 (7.03% from 255) = 9.34%
BLUE value IS 127 (50% from 255) = 69.78%
R=20.88%
G=9.34%
B=69.78%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38171270.700.8700.50251.4576.3928.24
Hex26117F4657032fb4c1c
Octal462117710612706237311434
Binary10011010001111111110001101010111011001011111011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26117F; }

 p { color: rgb(38,17,127); }

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

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

 a { background-color: rgb(38,17,127); }

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

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

 span { border-color: rgb(38,17,127); }

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