#261680

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

Shades of Persian Indigo #261680

Tints of Persian Indigo #261680

Color information

#261680 (or 0x261680) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 80. RGB value is (38,22,128). Sum of RGB (Red+Green+Blue) = 38+22+128=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 22 (8.98% from 255 or 11.70% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #261680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261680 is #D9E97F. Grayscale: #262626. Windows color (decimal): -14281088 or 8394278. OLE color: 8394278.

HSL color Cylindrical-coordinate representation of color #261680: hue angle of 249.06º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #261680 is Cyan = 0.70, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3822128-
CMYK0.700.8300.50
HSL249.06º70.67%29.41%-
HSV(B)249.06º82.81%50.2%-
XYZ4.982.5420.65-
YUV38.87178.3127.38-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 22 (8.98% from 255) = 11.70%
BLUE value IS 128 (50.39% from 255) = 68.09%
R=20.21%
G=11.70%
B=68.09%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38221280.700.8300.50249.0670.6729.41
Hex2616804653032f9471d
Octal462620010612306237110735
Binary100110101101000000010001101010011011001011111001100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261680; }

 p { color: rgb(38,22,128); }

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

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

 a { background-color: rgb(38,22,128); }

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

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

 span { border-color: rgb(38,22,128); }

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