#261175

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

Shades of Persian Indigo #261175

Tints of Persian Indigo #261175

Color information

#261175 (or 0x261175) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 75. RGB value is (38,17,117). Sum of RGB (Red+Green+Blue) = 38+17+117=172 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.09% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 117 (46.09% from 255 or 68.02% from 172); Max value from RGB is 117 - color contains mainly: blue. Hex color #261175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261175 is #D9EE8A. Grayscale: #222222. Windows color (decimal): -14282379 or 7672102. OLE color: 7672102.

HSL color Cylindrical-coordinate representation of color #261175: hue angle of 252.6º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261175 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3817117-
CMYK0.680.8500.54
HSL252.6º74.63%26.27%-
HSV(B)252.6º85.47%45.88%-
XYZ4.212.117.01-
YUV34.68174.46130.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.09%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 117 (46.09% from 255) = 68.02%
R=22.09%
G=9.88%
B=68.02%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal38171170.680.8500.54252.674.6326.27
Hex2611754455036fd4b1a
Octal462116510412506637511332
Binary10011010001111010110001001010101011011011111101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261175; }

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

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

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

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

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

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

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

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