#260F87

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

Shades of Persian Indigo #260F87

Tints of Persian Indigo #260F87

Color information

#260F87 (or 0x260F87) is unknown color: approx Persian Indigo. HEX triplet: 26, 0F and 87. RGB value is (38,15,135). Sum of RGB (Red+Green+Blue) = 38+15+135=188 (24% of max value = 765). Red value is 38 (15.23% from 255 or 20.21% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #260F87 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #260F87 is #D9F078. Grayscale: #232323. Windows color (decimal): -14282873 or 8851238. OLE color: 8851238.

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

Color convert

RGB3815135-
CMYK0.720.8900.47
HSL251.5º80%29.41%-
HSV(B)251.5º88.89%52.94%-
XYZ5.342.523.12-
YUV35.56184.12129.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 20.21%
GREEN value IS 15 (6.25% from 255) = 7.98%
BLUE value IS 135 (53.12% from 255) = 71.81%
R=20.21%
G=7.98%
B=71.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal38151350.720.8900.47251.58029.41
Hex26F87485902Ffc501d
Octal461720711013105737412035
Binary10011011111000011110010001011001010111111111100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,15,135); }

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

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

 a { background-color: rgb(38,15,135); }

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

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

 span { border-color: rgb(38,15,135); }

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