#260D7D

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

Shades of Persian Indigo #260D7D

Tints of Persian Indigo #260D7D

Color information

#260D7D (or 0x260D7D) is unknown color: approx Persian Indigo. HEX triplet: 26, 0D and 7D. RGB value is (38,13,125). Sum of RGB (Red+Green+Blue) = 38+13+125=176 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.59% from 176); Green value is 13 (5.47% from 255 or 7.39% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #260D7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D7D is #D9F282. Grayscale: #202020. Windows color (decimal): -14283395 or 8195366. OLE color: 8195366.

HSL color Cylindrical-coordinate representation of color #260D7D: hue angle of 253.39º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260D7D is Cyan = 0.70, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3813125-
CMYK0.700.9000.51
HSL253.39º81.16%27.06%-
HSV(B)253.39º89.6%49.02%-
XYZ4.642.1819.58-
YUV33.24179.78131.39-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.59%
GREEN value IS 13 (5.47% from 255) = 7.39%
BLUE value IS 125 (49.22% from 255) = 71.02%
R=21.59%
G=7.39%
B=71.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38131250.700.9000.51253.3981.1627.06
Hex26D7D465A033fd511b
Octal461517510613206337512133
Binary1001101101111110110001101011010011001111111101101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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