#26087A

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

Shades of Persian Indigo #26087A

Tints of Persian Indigo #26087A

Color information

#26087A (or 0x26087A) is unknown color: approx Persian Indigo. HEX triplet: 26, 08 and 7A. RGB value is (38,8,122). Sum of RGB (Red+Green+Blue) = 38+8+122=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 122 (48.05% from 255 or 72.62% from 168); Max value from RGB is 122 - color contains mainly: blue. Hex color #26087A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26087A is #D9F785. Grayscale: #1D1D1D. Windows color (decimal): -14284678 or 7997478. OLE color: 7997478.

HSL color Cylindrical-coordinate representation of color #26087A: hue angle of 255.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26087A is Cyan = 0.69, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB388122-
CMYK0.690.9300.52
HSL255.79º87.69%25.49%-
HSV(B)255.79º93.44%47.84%-
XYZ4.41.9918.56-
YUV29.97179.94133.73-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 122 (48.05% from 255) = 72.62%
R=22.62%
G=4.76%
B=72.62%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3881220.690.9300.52255.7987.6925.49
Hex2687A455D0341005819
Octal461017210513506440013031
Binary10011010001111010100010110111010110100100000000101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26087A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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