#260665

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

Shades of Persian Indigo #260665

Tints of Persian Indigo #260665

Color information

#260665 (or 0x260665) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 65. RGB value is (38,6,101). Sum of RGB (Red+Green+Blue) = 38+6+101=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 6 (2.73% from 255 or 4.14% from 145); Blue value is 101 (39.84% from 255 or 69.66% from 145); Max value from RGB is 101 - color contains mainly: blue. Hex color #260665 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260665 is #D9F99A. Grayscale: #1A1A1A. Windows color (decimal): -14285211 or 6620710. OLE color: 6620710.

HSL color Cylindrical-coordinate representation of color #260665: hue angle of 260.21º 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 #260665 is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB386101-
CMYK0.620.9400.60
HSL260.21º88.79%20.98%-
HSV(B)260.21º94.06%39.61%-
XYZ3.211.4812.43-
YUV26.4170.1136.28-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 6 (2.73% from 255) = 4.14%
BLUE value IS 101 (39.84% from 255) = 69.66%
R=26.21%
G=4.14%
B=69.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3861010.620.9400.60260.2188.7920.98
Hex266653E5E03C1045915
Octal4661457613607440413125
Binary100110110110010111111010111100111100100000100101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260665; }

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

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

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

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

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

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

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

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