#261288

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

Shades of Persian Indigo #261288

Tints of Persian Indigo #261288

Color information

#261288 (or 0x261288) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 88. RGB value is (38,18,136). Sum of RGB (Red+Green+Blue) = 38+18+136=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 136 (53.52% from 255 or 70.83% from 192); Max value from RGB is 136 - color contains mainly: blue. Hex color #261288 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261288 is #D9ED77. Grayscale: #242424. Windows color (decimal): -14282104 or 8917542. OLE color: 8917542.

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

Color convert

RGB3818136-
CMYK0.720.8700.47
HSL250.17º76.62%30.2%-
HSV(B)250.17º86.76%53.33%-
XYZ5.462.6223.51-
YUV37.43183.63128.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 136 (53.52% from 255) = 70.83%
R=19.79%
G=9.38%
B=70.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38181360.720.8700.47250.1776.6230.2
Hex261288485702Ffa4d1e
Octal462221011012705737211536
Binary100110100101000100010010001010111010111111111010100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261288; }

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

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

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

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

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

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

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

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