#26096D

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

Shades of Persian Indigo #26096D

Tints of Persian Indigo #26096D

Color information

#26096D (or 0x26096D) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 6D. RGB value is (38,9,109). Sum of RGB (Red+Green+Blue) = 38+9+109=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 109 (42.97% from 255 or 69.87% from 156); Max value from RGB is 109 - color contains mainly: blue. Hex color #26096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26096D is #D9F692. Grayscale: #1C1C1C. Windows color (decimal): -14284435 or 7145766. OLE color: 7145766.

HSL color Cylindrical-coordinate representation of color #26096D: hue angle of 257.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #26096D is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB389109-
CMYK0.650.9200.57
HSL257.4º84.75%23.14%-
HSV(B)257.4º91.74%42.75%-
XYZ3.661.7114.61-
YUV29.07173.11134.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 9 (3.91% from 255) = 5.77%
BLUE value IS 109 (42.97% from 255) = 69.87%
R=24.36%
G=5.77%
B=69.87%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3891090.650.9200.57257.484.7523.14
Hex2696D415C0391015517
Octal461115510113407140112527
Binary10011010011101101100000110111000111001100000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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