#260667

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

Shades of Persian Indigo #260667

Tints of Persian Indigo #260667

Color information

#260667 (or 0x260667) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 67. RGB value is (38,6,103). Sum of RGB (Red+Green+Blue) = 38+6+103=147 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.85% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 103 (40.62% from 255 or 70.07% from 147); Max value from RGB is 103 - color contains mainly: blue. Hex color #260667 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260667 is #D9F998. Grayscale: #1A1A1A. Windows color (decimal): -14285209 or 6751782. OLE color: 6751782.

HSL color Cylindrical-coordinate representation of color #260667: hue angle of 259.79º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260667 is Cyan = 0.63, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB386103-
CMYK0.630.9400.60
HSL259.79º88.99%21.37%-
HSV(B)259.79º94.17%40.39%-
XYZ3.311.5212.95-
YUV26.63171.1136.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.85%
GREEN value IS 6 (2.73% from 255) = 4.08%
BLUE value IS 103 (40.62% from 255) = 70.07%
R=25.85%
G=4.08%
B=70.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3861030.630.9400.60259.7988.9921.37
Hex266673F5E03C1045915
Octal4661477713607440413125
Binary100110110110011111111110111100111100100000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260667; }

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

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

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

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

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

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

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

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