#26096A

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

Shades of Persian Indigo #26096A

Tints of Persian Indigo #26096A

Color information

#26096A (or 0x26096A) is unknown color: approx Persian Indigo. HEX triplet: 26, 09 and 6A. RGB value is (38,9,106). Sum of RGB (Red+Green+Blue) = 38+9+106=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #26096A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26096A is #D9F695. Grayscale: #1C1C1C. Windows color (decimal): -14284438 or 6949158. OLE color: 6949158.

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

Color convert

RGB389106-
CMYK0.640.9200.58
HSL257.94º84.35%22.55%-
HSV(B)257.94º91.51%41.57%-
XYZ3.51.6513.77-
YUV28.73171.61134.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 106 (41.80% from 255) = 69.28%
R=24.84%
G=5.88%
B=69.28%

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
Decimal3891060.640.9200.58257.9484.3522.55
Hex2696A405C03A1025417
Octal461115210013407240212427
Binary10011010011101010100000010111000111010100000010101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26096A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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