#260386

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

Shades of Persian Indigo #260386

Tints of Persian Indigo #260386

Color information

#260386 (or 0x260386) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 86. RGB value is (38,3,134). Sum of RGB (Red+Green+Blue) = 38+3+134=175 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.71% from 175); Green value is 3 (1.56% from 255 or 1.71% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #260386 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260386 is #D9FC79. Grayscale: #1B1B1B. Windows color (decimal): -14285946 or 8782630. OLE color: 8782630.

HSL color Cylindrical-coordinate representation of color #260386: hue angle of 256.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #260386 is Cyan = 0.72, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB383134-
CMYK0.720.9800.47
HSL256.03º95.62%26.86%-
HSV(B)256.03º97.76%52.55%-
XYZ5.132.222.71-
YUV28.4187.6134.85-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.71%
GREEN value IS 3 (1.56% from 255) = 1.71%
BLUE value IS 134 (52.73% from 255) = 76.57%
R=21.71%
G=1.71%
B=76.57%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3831340.720.9800.47256.0395.6226.86
Hex26386486202F100601b
Octal46320611014205740014033
Binary1001101110000110100100011000100101111100000000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260386; }

 p { color: rgb(38,3,134); }

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

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

 a { background-color: rgb(38,3,134); }

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

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

 span { border-color: rgb(38,3,134); }

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