#260D70

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

Shades of Persian Indigo #260D70

Tints of Persian Indigo #260D70

Color information

#260D70 (or 0x260D70) is unknown color: approx Persian Indigo. HEX triplet: 26, 0D and 70. RGB value is (38,13,112). Sum of RGB (Red+Green+Blue) = 38+13+112=163 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.31% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 112 (44.14% from 255 or 68.71% from 163); Max value from RGB is 112 - color contains mainly: blue. Hex color #260D70 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D70 is #D9F28F. Grayscale: #1F1F1F. Windows color (decimal): -14283408 or 7343398. OLE color: 7343398.

HSL color Cylindrical-coordinate representation of color #260D70: hue angle of 255.15º degrees, saturation: 0.79, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #260D70 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3813112-
CMYK0.660.8800.56
HSL255.15º79.2%24.51%-
HSV(B)255.15º88.39%43.92%-
XYZ3.871.8715.49-
YUV31.76173.28132.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 23.31%
GREEN value IS 13 (5.47% from 255) = 7.98%
BLUE value IS 112 (44.14% from 255) = 68.71%
R=23.31%
G=7.98%
B=68.71%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal38131120.660.8800.56255.1579.224.51
Hex26D704258038ff4f19
Octal461516010213007037711731
Binary1001101101111000010000101011000011100011111111100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,13,112); }

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

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

 a { background-color: rgb(38,13,112); }

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

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

 span { border-color: rgb(38,13,112); }

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