#261278

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

Shades of Persian Indigo #261278

Tints of Persian Indigo #261278

Color information

#261278 (or 0x261278) is unknown color: approx Persian Indigo. HEX triplet: 26, 12 and 78. RGB value is (38,18,120). Sum of RGB (Red+Green+Blue) = 38+18+120=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #261278 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261278 is #D9ED87. Grayscale: #232323. Windows color (decimal): -14282120 or 7868966. OLE color: 7868966.

HSL color Cylindrical-coordinate representation of color #261278: hue angle of 251.76º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #261278 is Cyan = 0.68, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3818120-
CMYK0.680.8500.53
HSL251.76º73.91%27.06%-
HSV(B)251.76º85%47.06%-
XYZ4.412.217.96-
YUV35.61175.63129.71-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 18 (7.42% from 255) = 10.23%
BLUE value IS 120 (47.27% from 255) = 68.18%
R=21.59%
G=10.23%
B=68.18%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38181200.680.8500.53251.7673.9127.06
Hex2612784455035fc4a1b
Octal462217010412506537411233
Binary10011010010111100010001001010101011010111111100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261278; }

 p { color: rgb(38,18,120); }

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

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

 a { background-color: rgb(38,18,120); }

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

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

 span { border-color: rgb(38,18,120); }

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