#260060

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

Shades of Persian Indigo #260060

Tints of Persian Indigo #260060

Color information

#260060 (or 0x260060) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 60. RGB value is (38,0,96). Sum of RGB (Red+Green+Blue) = 38+0+96=134 (17% of max value = 765). Red value is 38 (15.23% from 255 or 28.36% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 96 (37.89% from 255 or 71.64% from 134); Max value from RGB is 96 - color contains mainly: blue. Hex color #260060 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260060 is #D9FF9F. Grayscale: #151515. Windows color (decimal): -14286752 or 6291494. OLE color: 6291494.

HSL color Cylindrical-coordinate representation of color #260060: hue angle of 263.75º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260060 is Cyan = 0.60, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB38096-
CMYK0.60100.62
HSL263.75º100%18.82%-
HSV(B)263.75º100%37.65%-
XYZ2.911.2611.16-
YUV22.31169.59139.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 28.36%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 96 (37.89% from 255) = 71.64%
R=28.36%
G=0%
B=71.64%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal380960.60100.62263.7510018.82
Hex260603C6403E1086413
Octal4601407414407641014423
Binary1001100110000011110011001000111110100001000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260060; }

 p { color: rgb(38,0,96); }

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

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

 a { background-color: rgb(38,0,96); }

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

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

 span { border-color: rgb(38,0,96); }

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