#261479

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

Shades of Persian Indigo #261479

Tints of Persian Indigo #261479

Color information

#261479 (or 0x261479) is unknown color: approx Persian Indigo. HEX triplet: 26, 14 and 79. RGB value is (38,20,121). Sum of RGB (Red+Green+Blue) = 38+20+121=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 121 (47.66% from 255 or 67.60% from 179); Max value from RGB is 121 - color contains mainly: blue. Hex color #261479 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #261479 is #D9EB86. Grayscale: #242424. Windows color (decimal): -14281607 or 7935014. OLE color: 7935014.

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

Color convert

RGB3820121-
CMYK0.690.8300.53
HSL250.69º71.63%27.65%-
HSV(B)250.69º83.47%47.45%-
XYZ4.52.2918.29-
YUV36.9175.46128.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 20 (8.20% from 255) = 11.17%
BLUE value IS 121 (47.66% from 255) = 67.60%
R=21.23%
G=11.17%
B=67.60%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38201210.690.8300.53250.6971.6327.65
Hex2614794553035fb481c
Octal462417110512306537311034
Binary10011010100111100110001011010011011010111111011100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261479; }

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

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

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

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

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

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

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

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