#261879

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

Shades of Persian Indigo #261879

Tints of Persian Indigo #261879

Color information

#261879 (or 0x261879) is unknown color: approx Persian Indigo. HEX triplet: 26, 18 and 79. RGB value is (38,24,121). Sum of RGB (Red+Green+Blue) = 38+24+121=183 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.77% from 183); Green value is 24 (9.77% from 255 or 13.11% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #261879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261879 is #D9E786. Grayscale: #262626. Windows color (decimal): -14280583 or 7936038. OLE color: 7936038.

HSL color Cylindrical-coordinate representation of color #261879: hue angle of 248.66º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #261879 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3824121-
CMYK0.690.8000.53
HSL248.66º66.9%28.43%-
HSV(B)248.66º80.17%47.45%-
XYZ4.582.4518.32-
YUV39.24174.14127.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.77%
GREEN value IS 24 (9.77% from 255) = 13.11%
BLUE value IS 121 (47.66% from 255) = 66.12%
R=20.77%
G=13.11%
B=66.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38241210.690.8000.53248.6666.928.43
Hex2618794550035f9431c
Octal463017110512006537110334
Binary10011011000111100110001011010000011010111111001100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261879; }

 p { color: rgb(38,24,121); }

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

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

 a { background-color: rgb(38,24,121); }

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

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

 span { border-color: rgb(38,24,121); }

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