#260E7F

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

Shades of Persian Indigo #260E7F

Tints of Persian Indigo #260E7F

Color information

#260E7F (or 0x260E7F) is unknown color: approx Persian Indigo. HEX triplet: 26, 0E and 7F. RGB value is (38,14,127). Sum of RGB (Red+Green+Blue) = 38+14+127=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 14 (5.86% from 255 or 7.82% from 179); Blue value is 127 (50% from 255 or 70.95% from 179); Max value from RGB is 127 - color contains mainly: blue. Hex color #260E7F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260E7F is #D9F180. Grayscale: #212121. Windows color (decimal): -14283137 or 8326694. OLE color: 8326694.

HSL color Cylindrical-coordinate representation of color #260E7F: hue angle of 252.74º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260E7F is Cyan = 0.70, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3814127-
CMYK0.700.8900.50
HSL252.74º80.14%27.65%-
HSV(B)252.74º88.98%49.8%-
XYZ4.792.2620.26-
YUV34.06180.45130.81-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 14 (5.86% from 255) = 7.82%
BLUE value IS 127 (50% from 255) = 70.95%
R=21.23%
G=7.82%
B=70.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal38141270.700.8900.50252.7480.1427.65
Hex26E7F4659032fd501c
Octal461617710613106237512034
Binary1001101110111111110001101011001011001011111101101000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,14,127); }

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

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

 a { background-color: rgb(38,14,127); }

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

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

 span { border-color: rgb(38,14,127); }

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