#261088

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

Shades of Persian Indigo #261088

Tints of Persian Indigo #261088

Color information

#261088 (or 0x261088) is unknown color: approx Persian Indigo. HEX triplet: 26, 10 and 88. RGB value is (38,16,136). Sum of RGB (Red+Green+Blue) = 38+16+136=190 (25% of max value = 765). Red value is 38 (15.23% from 255 or 20% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 136 (53.52% from 255 or 71.58% from 190); Max value from RGB is 136 - color contains mainly: blue. Hex color #261088 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261088 is #D9EF77. Grayscale: #232323. Windows color (decimal): -14282616 or 8917030. OLE color: 8917030.

HSL color Cylindrical-coordinate representation of color #261088: hue angle of 251º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261088 is Cyan = 0.72, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3816136-
CMYK0.720.8800.47
HSL251º78.95%29.8%-
HSV(B)251º88.24%53.33%-
XYZ5.432.5623.5-
YUV36.26184.29129.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 8.42%
BLUE value IS 136 (53.52% from 255) = 71.58%
R=20%
G=8.42%
B=71.58%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38161360.720.8800.4725178.9529.8
Hex261088485802Ffb4f1e
Octal462021011013005737311736
Binary100110100001000100010010001011000010111111111011100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261088; }

 p { color: rgb(38,16,136); }

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

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

 a { background-color: rgb(38,16,136); }

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

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

 span { border-color: rgb(38,16,136); }

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