#26156B

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

Shades of Persian Indigo #26156B

Tints of Persian Indigo #26156B

Color information

#26156B (or 0x26156B) is unknown color: approx Persian Indigo. HEX triplet: 26, 15 and 6B. RGB value is (38,21,107). Sum of RGB (Red+Green+Blue) = 38+21+107=166 (21% of max value = 765). Red value is 38 (15.23% from 255 or 22.89% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 107 (42.19% from 255 or 64.46% from 166); Max value from RGB is 107 - color contains mainly: blue. Hex color #26156B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26156B is #D9EA94. Grayscale: #232323. Windows color (decimal): -14281365 or 7017766. OLE color: 7017766.

HSL color Cylindrical-coordinate representation of color #26156B: hue angle of 251.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #26156B is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3821107-
CMYK0.640.8000.58
HSL251.86º67.19%25.1%-
HSV(B)251.86º80.37%41.96%-
XYZ3.722.0114.1-
YUV35.89168.13129.51-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.89%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 107 (42.19% from 255) = 64.46%
R=22.89%
G=12.65%
B=64.46%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal38211070.640.8000.58251.8667.1925.1
Hex26156B405003Afc4319
Octal462515310012007237410331
Binary10011010101110101110000001010000011101011111100100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26156B; }

 p { color: rgb(38,21,107); }

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

<style>
 a { background-color: #26156B; }

 a { background-color: rgb(38,21,107); }

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

<style>
 span { border-color: #26156B; }

 span { border-color: rgb(38,21,107); }

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