#260063

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

Shades of Persian Indigo #260063

Tints of Persian Indigo #260063

Color information

#260063 (or 0x260063) is unknown color: approx Persian Indigo. HEX triplet: 26, 00 and 63. RGB value is (38,0,99). Sum of RGB (Red+Green+Blue) = 38+0+99=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 0 (0.39% from 255 or 0% from 137); Blue value is 99 (39.06% from 255 or 72.26% from 137); Max value from RGB is 99 - color contains mainly: blue. Hex color #260063 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260063 is #D9FF9C. Grayscale: #161616. Windows color (decimal): -14286749 or 6488102. OLE color: 6488102.

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

Color convert

RGB38099-
CMYK0.62100.61
HSL263.03º100%19.41%-
HSV(B)263.03º100%38.82%-
XYZ3.051.3111.9-
YUV22.65171.09138.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 72.26%
R=27.74%
G=0%
B=72.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal380990.62100.61263.0310019.41
Hex260633E6403D1076413
Octal4601437614407540714423
Binary1001100110001111111011001000111101100000111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260063; }

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

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

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

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

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

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

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

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