#261984

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

Shades of Persian Indigo #261984

Tints of Persian Indigo #261984

Color information

#261984 (or 0x261984) is unknown color: approx Persian Indigo. HEX triplet: 26, 19 and 84. RGB value is (38,25,132). Sum of RGB (Red+Green+Blue) = 38+25+132=195 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.49% from 195); Green value is 25 (10.16% from 255 or 12.82% from 195); Blue value is 132 (51.95% from 255 or 67.69% from 195); Max value from RGB is 132 - color contains mainly: blue. Hex color #261984 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #261984 is #D9E67B. Grayscale: #282828. Windows color (decimal): -14280316 or 8657190. OLE color: 8657190.

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

Color convert

RGB3825132-
CMYK0.710.8100.48
HSL247.29º68.15%30.78%-
HSV(B)247.29º81.06%51.76%-
XYZ5.312.7722.09-
YUV41.08179.31125.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.49%
GREEN value IS 25 (10.16% from 255) = 12.82%
BLUE value IS 132 (51.95% from 255) = 67.69%
R=19.49%
G=12.82%
B=67.69%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal38251320.710.8100.48247.2968.1530.78
Hex2619844751030f7441f
Octal463120410712106036710437
Binary100110110011000010010001111010001011000011110111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261984; }

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

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

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

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

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

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

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

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