#26037F

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

Shades of Persian Indigo #26037F

Tints of Persian Indigo #26037F

Color information

#26037F (or 0x26037F) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 7F. RGB value is (38,3,127). Sum of RGB (Red+Green+Blue) = 38+3+127=168 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.62% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 127 (50% from 255 or 75.60% from 168); Max value from RGB is 127 - color contains mainly: blue. Hex color #26037F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26037F is #D9FC80. Grayscale: #1B1B1B. Windows color (decimal): -14285953 or 8323878. OLE color: 8323878.

HSL color Cylindrical-coordinate representation of color #26037F: hue angle of 256.94º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26037F is Cyan = 0.70, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB383127-
CMYK0.700.9800.50
HSL256.94º95.38%25.49%-
HSV(B)256.94º97.64%49.8%-
XYZ4.662.0120.22-
YUV27.6184.1135.42-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.62%
GREEN value IS 3 (1.56% from 255) = 1.79%
BLUE value IS 127 (50% from 255) = 75.60%
R=22.62%
G=1.79%
B=75.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3831270.700.9800.50256.9495.3825.49
Hex2637F46620321015f19
Octal46317710614206240113731
Binary100110111111111100011011000100110010100000001101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26037F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26037F; }

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

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

<style>
 a { background-color: #26037F; }

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

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

<style>
 span { border-color: #26037F; }

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

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