#261684

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

Shades of Persian Indigo #261684

Tints of Persian Indigo #261684

Color information

#261684 (or 0x261684) is unknown color: approx Persian Indigo. HEX triplet: 26, 16 and 84. RGB value is (38,22,132). Sum of RGB (Red+Green+Blue) = 38+22+132=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 22 (8.98% from 255 or 11.46% from 192); Blue value is 132 (51.95% from 255 or 68.75% from 192); Max value from RGB is 132 - color contains mainly: blue. Hex color #261684 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261684 is #D9E97B. Grayscale: #262626. Windows color (decimal): -14281084 or 8656422. OLE color: 8656422.

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

Color convert

RGB3822132-
CMYK0.710.8300.48
HSL248.73º71.43%30.2%-
HSV(B)248.73º83.33%51.76%-
XYZ5.252.6522.06-
YUV39.32180.3127.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 22 (8.98% from 255) = 11.46%
BLUE value IS 132 (51.95% from 255) = 68.75%
R=19.79%
G=11.46%
B=68.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38221320.710.8300.48248.7371.4330.2
Hex2616844753030f9471e
Octal462620410712306037110736
Binary100110101101000010010001111010011011000011111001100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261684; }

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

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

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

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

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

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

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

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