#260D77

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

Shades of Persian Indigo #260D77

Tints of Persian Indigo #260D77

Color information

#260D77 (or 0x260D77) is unknown color: approx Persian Indigo. HEX triplet: 26, 0D and 77. RGB value is (38,13,119). Sum of RGB (Red+Green+Blue) = 38+13+119=170 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.35% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 119 (46.88% from 255 or 70% from 170); Max value from RGB is 119 - color contains mainly: blue. Hex color #260D77 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260D77 is #D9F288. Grayscale: #202020. Windows color (decimal): -14283401 or 7802150. OLE color: 7802150.

HSL color Cylindrical-coordinate representation of color #260D77: hue angle of 254.15º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260D77 is Cyan = 0.68, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3813119-
CMYK0.680.8900.53
HSL254.15º80.3%25.88%-
HSV(B)254.15º89.08%46.67%-
XYZ4.272.0317.62-
YUV32.56176.78131.88-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.35%
GREEN value IS 13 (5.47% from 255) = 7.65%
BLUE value IS 119 (46.88% from 255) = 70%
R=22.35%
G=7.65%
B=70%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38131190.680.8900.53254.1580.325.88
Hex26D774459035fe501a
Octal461516710413106537612032
Binary1001101101111011110001001011001011010111111110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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