#261182

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

Shades of Persian Indigo #261182

Tints of Persian Indigo #261182

Color information

#261182 (or 0x261182) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 82. RGB value is (38,17,130). Sum of RGB (Red+Green+Blue) = 38+17+130=185 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.54% from 185); Green value is 17 (7.03% from 255 or 9.19% from 185); Blue value is 130 (51.17% from 255 or 70.27% from 185); Max value from RGB is 130 - color contains mainly: blue. Hex color #261182 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261182 is #D9EE7D. Grayscale: #232323. Windows color (decimal): -14282366 or 8524070. OLE color: 8524070.

HSL color Cylindrical-coordinate representation of color #261182: hue angle of 251.15º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #261182 is Cyan = 0.71, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3817130-
CMYK0.710.8700.49
HSL251.15º76.87%28.82%-
HSV(B)251.15º86.92%50.98%-
XYZ5.032.4221.32-
YUV36.16180.96129.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.54%
GREEN value IS 17 (7.03% from 255) = 9.19%
BLUE value IS 130 (51.17% from 255) = 70.27%
R=20.54%
G=9.19%
B=70.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38171300.710.8700.49251.1576.8728.82
Hex2611824757031fb4d1d
Octal462120210712706137311535
Binary100110100011000001010001111010111011000111111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261182; }

 p { color: rgb(38,17,130); }

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

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

 a { background-color: rgb(38,17,130); }

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

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

 span { border-color: rgb(38,17,130); }

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