#260C68

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

Shades of Persian Indigo #260C68

Tints of Persian Indigo #260C68

Color information

#260C68 (or 0x260C68) is unknown color: approx Persian Indigo. HEX triplet: 26, 0C and 68. RGB value is (38,12,104). Sum of RGB (Red+Green+Blue) = 38+12+104=154 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.68% from 154); Green value is 12 (5.08% from 255 or 7.79% from 154); Blue value is 104 (41.02% from 255 or 67.53% from 154); Max value from RGB is 104 - color contains mainly: blue. Hex color #260C68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260C68 is #D9F397. Grayscale: #1D1D1D. Windows color (decimal): -14283672 or 6818854. OLE color: 6818854.

HSL color Cylindrical-coordinate representation of color #260C68: hue angle of 256.96º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260C68 is Cyan = 0.63, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3812104-
CMYK0.630.8800.59
HSL256.96º79.31%22.75%-
HSV(B)256.96º88.46%40.78%-
XYZ3.431.6713.24-
YUV30.26169.61133.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.68%
GREEN value IS 12 (5.08% from 255) = 7.79%
BLUE value IS 104 (41.02% from 255) = 67.53%
R=24.68%
G=7.79%
B=67.53%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal38121040.630.8800.59256.9679.3122.75
Hex26C683F5803B1014f17
Octal46141507713007340111727
Binary1001101100110100011111110110000111011100000001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260C68; }

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

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

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

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

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

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

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

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