#26067F

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

Shades of Persian Indigo #26067F

Tints of Persian Indigo #26067F

Color information

#26067F (or 0x26067F) is unknown color: approx Persian Indigo. HEX triplet: 26, 06 and 7F. RGB value is (38,6,127). Sum of RGB (Red+Green+Blue) = 38+6+127=171 (22% of max value = 765). Red value is 38 (15.23% from 255 or 22.22% from 171); Green value is 6 (2.73% from 255 or 3.51% from 171); Blue value is 127 (50% from 255 or 74.27% from 171); Max value from RGB is 127 - color contains mainly: blue. Hex color #26067F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26067F is #D9F980. Grayscale: #1C1C1C. Windows color (decimal): -14285185 or 8324646. OLE color: 8324646.

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

Color convert

RGB386127-
CMYK0.700.9500.50
HSL255.87º90.98%26.08%-
HSV(B)255.87º95.28%49.8%-
XYZ4.72.0720.23-
YUV29.36183.1134.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 22.22%
GREEN value IS 6 (2.73% from 255) = 3.51%
BLUE value IS 127 (50% from 255) = 74.27%
R=22.22%
G=3.51%
B=74.27%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal3861270.700.9500.50255.8790.9826.08
Hex2667F465F0321005b1a
Octal46617710613706240013332
Binary1001101101111111100011010111110110010100000000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26067F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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