#261184

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

Shades of Persian Indigo #261184

Tints of Persian Indigo #261184

Color information

#261184 (or 0x261184) is unknown color: approx Persian Indigo. HEX triplet: 26, 11 and 84. RGB value is (38,17,132). Sum of RGB (Red+Green+Blue) = 38+17+132=187 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.32% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 132 (51.95% from 255 or 70.59% from 187); Max value from RGB is 132 - color contains mainly: blue. Hex color #261184 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261184 is #D9EE7B. Grayscale: #232323. Windows color (decimal): -14282364 or 8655142. OLE color: 8655142.

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

Color convert

RGB3817132-
CMYK0.710.8700.48
HSL250.96º77.18%29.22%-
HSV(B)250.96º87.12%51.76%-
XYZ5.162.4822.04-
YUV36.39181.96129.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.32%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 132 (51.95% from 255) = 70.59%
R=20.32%
G=9.09%
B=70.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38171320.710.8700.48250.9677.1829.22
Hex2611844757030fb4d1d
Octal462120410712706037311535
Binary100110100011000010010001111010111011000011111011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261184; }

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

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

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

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

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

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

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

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