#261782

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

Shades of Persian Indigo #261782

Tints of Persian Indigo #261782

Color information

#261782 (or 0x261782) is unknown color: approx Persian Indigo. HEX triplet: 26, 17 and 82. RGB value is (38,23,130). Sum of RGB (Red+Green+Blue) = 38+23+130=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 130 (51.17% from 255 or 68.06% from 191); Max value from RGB is 130 - color contains mainly: blue. Hex color #261782 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261782 is #D9E87D. Grayscale: #272727. Windows color (decimal): -14280830 or 8525606. OLE color: 8525606.

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

Color convert

RGB3823130-
CMYK0.710.8200.49
HSL248.41º69.93%30%-
HSV(B)248.41º82.31%50.98%-
XYZ5.132.6421.36-
YUV39.68178.97126.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 130 (51.17% from 255) = 68.06%
R=19.90%
G=12.04%
B=68.06%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38231300.710.8200.49248.4169.9330
Hex2617824752031f8461e
Octal462720210712206137010636
Binary100110101111000001010001111010010011000111111000100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261782; }

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

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

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

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

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

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

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

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