#260075

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

Shades of Persian Indigo #260075

Tints of Persian Indigo #260075

Color information

#260075 (or 0x260075) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 75. RGB value is (38,0,117). Sum of RGB (Red+Green+Blue) = 38+0+117=155 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.52% from 155); Green value is 0 (0.39% from 255 or 0% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #260075 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260075 is #D9FF8A. Grayscale: #181818. Windows color (decimal): -14286731 or 7667750. OLE color: 7667750.

HSL color Cylindrical-coordinate representation of color #260075: hue angle of 259.49º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260075 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB380117-
CMYK0.68100.54
HSL259.49º100%22.94%-
HSV(B)259.49º100%45.88%-
XYZ4.011.716.95-
YUV24.7180.09137.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.52%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 117 (46.09% from 255) = 75.48%
R=24.52%
G=0%
B=75.48%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal3801170.68100.54259.4910022.94
Hex2607544640361036417
Octal46016510414406640314427
Binary10011001110101100010011001000110110100000011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260075; }

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

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

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

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

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

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

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

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