#26096F

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

Shades of Persian Indigo #26096F

Tints of Persian Indigo #26096F

Color information

#26096F (or 0x26096F) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 6F. RGB value is (38,9,111). Sum of RGB (Red+Green+Blue) = 38+9+111=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 111 (43.75% from 255 or 70.25% from 158); Max value from RGB is 111 - color contains mainly: blue. Hex color #26096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26096F is #D9F690. Grayscale: #1C1C1C. Windows color (decimal): -14284433 or 7276838. OLE color: 7276838.

HSL color Cylindrical-coordinate representation of color #26096F: hue angle of 257.06º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26096F is Cyan = 0.66, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB389111-
CMYK0.660.9200.56
HSL257.06º85%23.53%-
HSV(B)257.06º91.89%43.53%-
XYZ3.771.7615.18-
YUV29.3174.11134.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 9 (3.91% from 255) = 5.70%
BLUE value IS 111 (43.75% from 255) = 70.25%
R=24.05%
G=5.70%
B=70.25%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3891110.660.9200.56257.068523.53
Hex2696F425C0381015518
Octal461115710213407040112530
Binary10011010011101111100001010111000111000100000001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,9,111); }

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

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

 a { background-color: rgb(38,9,111); }

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

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

 span { border-color: rgb(38,9,111); }

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