#260662

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

Shades of Persian Indigo #260662

Tints of Persian Indigo #260662

Color information

#260662 (or 0x260662) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 62. RGB value is (38,6,98). Sum of RGB (Red+Green+Blue) = 38+6+98=142 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.76% from 142); Green value is 6 (2.73% from 255 or 4.23% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #260662 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260662 is #D9F99D. Grayscale: #191919. Windows color (decimal): -14285214 or 6424102. OLE color: 6424102.

HSL color Cylindrical-coordinate representation of color #260662: hue angle of 260.87º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260662 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38698-
CMYK0.610.9400.62
HSL260.87º88.46%20.39%-
HSV(B)260.87º93.88%38.43%-
XYZ3.071.4211.67-
YUV26.06168.6136.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.76%
GREEN value IS 6 (2.73% from 255) = 4.23%
BLUE value IS 98 (38.67% from 255) = 69.01%
R=26.76%
G=4.23%
B=69.01%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal386980.610.9400.62260.8788.4620.39
Hex266623D5E03E1055814
Octal4661427513607640513024
Binary100110110110001011110110111100111110100000101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260662; }

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

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

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

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

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

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

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

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