#260F7D

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

Shades of Persian Indigo #260F7D

Tints of Persian Indigo #260F7D

Color information

#260F7D (or 0x260F7D) is unknown color: approx Persian Indigo. HEX triplet: 26, 0F and 7D. RGB value is (38,15,125). Sum of RGB (Red+Green+Blue) = 38+15+125=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 15 (6.25% from 255 or 8.43% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #260F7D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260F7D is #D9F082. Grayscale: #222222. Windows color (decimal): -14282883 or 8195878. OLE color: 8195878.

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

Color convert

RGB3815125-
CMYK0.700.8800.51
HSL252.55º78.57%27.45%-
HSV(B)252.55º88%49.02%-
XYZ4.672.2319.59-
YUV34.42179.12130.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.35%
GREEN value IS 15 (6.25% from 255) = 8.43%
BLUE value IS 125 (49.22% from 255) = 70.22%
R=21.35%
G=8.43%
B=70.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38151250.700.8800.51252.5578.5727.45
Hex26F7D4658033fd4f1b
Octal461717510613006337511733
Binary1001101111111110110001101011000011001111111101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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