#260276

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

Shades of Persian Indigo #260276

Tints of Persian Indigo #260276

Color information

#260276 (or 0x260276) is unknown color: approx Persian Indigo. HEX triplet: 26, 02 and 76. RGB value is (38,2,118). Sum of RGB (Red+Green+Blue) = 38+2+118=158 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.05% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #260276 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260276 is #D9FD89. Grayscale: #191919. Windows color (decimal): -14286218 or 7733798. OLE color: 7733798.

HSL color Cylindrical-coordinate representation of color #260276: hue angle of 258.62º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260276 is Cyan = 0.68, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB382118-
CMYK0.680.9800.54
HSL258.62º96.67%23.53%-
HSV(B)258.62º98.31%46.27%-
XYZ4.091.7617.26-
YUV25.99179.93136.57-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.05%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 118 (46.48% from 255) = 74.68%
R=24.05%
G=1.27%
B=74.68%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3821180.680.9800.54258.6296.6723.53
Hex2627644620361036118
Octal46216610414206640314130
Binary100110101110110100010011000100110110100000011110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260276; }

 p { color: rgb(38,2,118); }

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

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

 a { background-color: rgb(38,2,118); }

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

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

 span { border-color: rgb(38,2,118); }

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