#26086A

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

Shades of Persian Indigo #26086A

Tints of Persian Indigo #26086A

Color information

#26086A (or 0x26086A) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 6A. RGB value is (38,8,106). Sum of RGB (Red+Green+Blue) = 38+8+106=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #26086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26086A is #D9F795. Grayscale: #1B1B1B. Windows color (decimal): -14284694 or 6948902. OLE color: 6948902.

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

Color convert

RGB388106-
CMYK0.640.9200.58
HSL258.37º85.96%22.35%-
HSV(B)258.37º92.45%41.57%-
XYZ3.491.6313.77-
YUV28.14171.94135.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 106 (41.80% from 255) = 69.74%
R=25%
G=5.26%
B=69.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3881060.640.9200.58258.3785.9622.35
Hex2686A405C03A1025616
Octal461015210013407240212626
Binary10011010001101010100000010111000111010100000010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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