#260368

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

Shades of Persian Indigo #260368

Tints of Persian Indigo #260368

Color information

#260368 (or 0x260368) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 68. RGB value is (38,3,104). Sum of RGB (Red+Green+Blue) = 38+3+104=145 (19% of max value = 765). Red value is 38 (15.23% from 255 or 26.21% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #260368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260368 is #D9FC97. Grayscale: #181818. Windows color (decimal): -14285976 or 6816550. OLE color: 6816550.

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

Color convert

RGB383104-
CMYK0.630.9700.59
HSL260.79º94.39%20.98%-
HSV(B)260.79º97.12%40.78%-
XYZ3.331.4813.21-
YUV24.98172.6137.29-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 26.21%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=26.21%
G=2.07%
B=71.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal3831040.630.9700.59260.7994.3920.98
Hex263683F6103B1055e15
Octal4631507714107340513625
Binary10011011110100011111111000010111011100000101101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260368; }

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

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

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

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

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

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

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

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