#260472

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

Shades of Persian Indigo #260472

Tints of Persian Indigo #260472

Color information

#260472 (or 0x260472) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 72. RGB value is (38,4,114). Sum of RGB (Red+Green+Blue) = 38+4+114=156 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.36% from 156); Green value is 4 (1.95% from 255 or 2.56% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #260472 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260472 is #D9FB8D. Grayscale: #1A1A1A. Windows color (decimal): -14285710 or 7472166. OLE color: 7472166.

HSL color Cylindrical-coordinate representation of color #260472: hue angle of 258.55º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260472 is Cyan = 0.67, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB384114-
CMYK0.670.9600.55
HSL258.55º93.22%23.14%-
HSV(B)258.55º96.49%44.71%-
XYZ3.881.7116.05-
YUV26.71177.26136.06-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.36%
GREEN value IS 4 (1.95% from 255) = 2.56%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=24.36%
G=2.56%
B=73.08%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal3841140.670.9600.55258.5593.2223.14
Hex2647243600371035d17
Octal46416210314006740313527
Binary1001101001110010100001111000000110111100000011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260472; }

 p { color: rgb(38,4,114); }

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

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

 a { background-color: rgb(38,4,114); }

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

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

 span { border-color: rgb(38,4,114); }

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