#26038A

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

Shades of Persian Indigo #26038A

Tints of Persian Indigo #26038A

Color information

#26038A (or 0x26038A) is unknown color: approx Persian Indigo. HEX triplet: 26, 03 and 8A. RGB value is (38,3,138). Sum of RGB (Red+Green+Blue) = 38+3+138=179 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.23% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 138 (54.30% from 255 or 77.09% from 179); Max value from RGB is 138 - color contains mainly: blue. Hex color #26038A is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #26038A is #D9FC75. Grayscale: #1C1C1C. Windows color (decimal): -14285942 or 9044774. OLE color: 9044774.

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

Color convert

RGB383138-
CMYK0.720.9800.46
HSL255.56º95.74%27.65%-
HSV(B)255.56º97.83%54.12%-
XYZ5.422.3124.21-
YUV28.86189.6134.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 21.23%
GREEN value IS 3 (1.56% from 255) = 1.68%
BLUE value IS 138 (54.30% from 255) = 77.09%
R=21.23%
G=1.68%
B=77.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3831380.720.9800.46255.5695.7427.65
Hex2638A486202E100601c
Octal46321211014205640014034
Binary1001101110001010100100011000100101110100000000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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