#260671

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

Shades of Persian Indigo #260671

Tints of Persian Indigo #260671

Color information

#260671 (or 0x260671) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 71. RGB value is (38,6,113). Sum of RGB (Red+Green+Blue) = 38+6+113=157 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.20% from 157); Green value is 6 (2.73% from 255 or 3.82% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #260671 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260671 is #D9F98E. Grayscale: #1B1B1B. Windows color (decimal): -14285199 or 7407142. OLE color: 7407142.

HSL color Cylindrical-coordinate representation of color #260671: hue angle of 257.94º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260671 is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB386113-
CMYK0.660.9500.56
HSL257.94º89.92%23.33%-
HSV(B)257.94º94.69%44.31%-
XYZ3.851.7315.75-
YUV27.77176.1135.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.20%
GREEN value IS 6 (2.73% from 255) = 3.82%
BLUE value IS 113 (44.53% from 255) = 71.97%
R=24.20%
G=3.82%
B=71.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3861130.660.9500.56257.9489.9223.33
Hex26671425F0381025a17
Octal46616110213707040213227
Binary1001101101110001100001010111110111000100000010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260671; }

 p { color: rgb(38,6,113); }

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

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

 a { background-color: rgb(38,6,113); }

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

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

 span { border-color: rgb(38,6,113); }

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