#261683

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

Shades of Persian Indigo #261683

Tints of Persian Indigo #261683

Color information

#261683 (or 0x261683) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 83. RGB value is (38,22,131). Sum of RGB (Red+Green+Blue) = 38+22+131=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 131 (51.56% from 255 or 68.59% from 191); Max value from RGB is 131 - color contains mainly: blue. Hex color #261683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261683 is #D9E97C. Grayscale: #262626. Windows color (decimal): -14281085 or 8590886. OLE color: 8590886.

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

Color convert

RGB3822131-
CMYK0.710.8300.49
HSL248.81º71.24%30%-
HSV(B)248.81º83.21%51.37%-
XYZ5.182.6221.71-
YUV39.21179.8127.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 131 (51.56% from 255) = 68.59%
R=19.90%
G=11.52%
B=68.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal38221310.710.8300.49248.8171.2430
Hex2616834753031f9471e
Octal462620310712306137110736
Binary100110101101000001110001111010011011000111111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261683; }

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

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

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

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

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

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

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

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