#26048A

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

Shades of Persian Indigo #26048A

Tints of Persian Indigo #26048A

Color information

#26048A (or 0x26048A) is unknown color: approx Persian Indigo. HEX triplet: 26, 04 and 8A. RGB value is (38,4,138). Sum of RGB (Red+Green+Blue) = 38+4+138=180 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.11% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 138 (54.30% from 255 or 76.67% from 180); Max value from RGB is 138 - color contains mainly: blue. Hex color #26048A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26048A is #D9FB75. Grayscale: #1C1C1C. Windows color (decimal): -14285686 or 9045030. OLE color: 9045030.

HSL color Cylindrical-coordinate representation of color #26048A: hue angle of 255.22º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26048A is Cyan = 0.72, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB384138-
CMYK0.720.9700.46
HSL255.22º94.37%27.84%-
HSV(B)255.22º97.1%54.12%-
XYZ5.432.3324.21-
YUV29.44189.26134.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.11%
GREEN value IS 4 (1.95% from 255) = 2.22%
BLUE value IS 138 (54.30% from 255) = 76.67%
R=21.11%
G=2.22%
B=76.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3841380.720.9700.46255.2294.3727.84
Hex2648A486102Eff5e1c
Octal46421211014105637713634
Binary1001101001000101010010001100001010111011111111101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26048A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26048A; }

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

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

<style>
 a { background-color: #26048A; }

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

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

<style>
 span { border-color: #26048A; }

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

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