#260677

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

Shades of Persian Indigo #260677

Tints of Persian Indigo #260677

Color information

#260677 (or 0x260677) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 77. RGB value is (38,6,119). Sum of RGB (Red+Green+Blue) = 38+6+119=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 119 (46.88% from 255 or 73.01% from 163); Max value from RGB is 119 - color contains mainly: blue. Hex color #260677 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260677 is #D9F988. Grayscale: #1C1C1C. Windows color (decimal): -14285193 or 7800358. OLE color: 7800358.

HSL color Cylindrical-coordinate representation of color #260677: hue angle of 256.99º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260677 is Cyan = 0.68, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB386119-
CMYK0.680.9500.53
HSL256.99º90.4%24.51%-
HSV(B)256.99º94.96%46.67%-
XYZ4.191.8717.59-
YUV28.45179.1134.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 6 (2.73% from 255) = 3.68%
BLUE value IS 119 (46.88% from 255) = 73.01%
R=23.31%
G=3.68%
B=73.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal3861190.680.9500.53256.9990.424.51
Hex26677445F0351015a19
Octal46616710413706540113231
Binary1001101101110111100010010111110110101100000001101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260677; }

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

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

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

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

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

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

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

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