#26045F

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

Shades of Persian Indigo #26045F

Tints of Persian Indigo #26045F

Color information

#26045F (or 0x26045F) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 5F. RGB value is (38,4,95). Sum of RGB (Red+Green+Blue) = 38+4+95=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 4 (1.95% from 255 or 2.92% from 137); Blue value is 95 (37.5% from 255 or 69.34% from 137); Max value from RGB is 95 - color contains mainly: blue. Hex color #26045F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26045F is #D9FBA0. Grayscale: #181818. Windows color (decimal): -14285729 or 6226982. OLE color: 6226982.

HSL color Cylindrical-coordinate representation of color #26045F: hue angle of 262.42º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #26045F is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB38495-
CMYK0.600.9600.63
HSL262.42º91.92%19.41%-
HSV(B)262.42º95.79%37.25%-
XYZ2.911.3310.93-
YUV24.54167.76137.6-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 4 (1.95% from 255) = 2.92%
BLUE value IS 95 (37.5% from 255) = 69.34%
R=27.74%
G=2.92%
B=69.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal384950.600.9600.63262.4291.9219.41
Hex2645F3C6003F1065c13
Octal4641377414007740613423
Binary100110100101111111110011000000111111100000110101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26045F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,4,95); }

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

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

 a { background-color: rgb(38,4,95); }

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

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

 span { border-color: rgb(38,4,95); }

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