#261171

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

Shades of Persian Indigo #261171

Tints of Persian Indigo #261171

Color information

#261171 (or 0x261171) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 71. RGB value is (38,17,113). Sum of RGB (Red+Green+Blue) = 38+17+113=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 17 (7.03% from 255 or 10.12% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #261171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261171 is #D9EE8E. Grayscale: #212121. Windows color (decimal): -14282383 or 7409958. OLE color: 7409958.

HSL color Cylindrical-coordinate representation of color #261171: hue angle of 253.12º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261171 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3817113-
CMYK0.660.8500.56
HSL253.12º73.85%25.49%-
HSV(B)253.12º84.96%44.31%-
XYZ3.982.0115.8-
YUV34.22172.46130.69-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 17 (7.03% from 255) = 10.12%
BLUE value IS 113 (44.53% from 255) = 67.26%
R=22.62%
G=10.12%
B=67.26%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38171130.660.8500.56253.1273.8525.49
Hex2611714255038fd4a19
Octal462116110212507037511231
Binary10011010001111000110000101010101011100011111101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261171; }

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

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

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

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

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

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

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

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