#28035E

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

Shades of Persian Indigo #28035E

Tints of Persian Indigo #28035E

Color information

#28035E (or 0x28035E) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 5E. RGB value is (40,3,94). Sum of RGB (Red+Green+Blue) = 40+3+94=137 (18% of max value = 765). Red value is 40 (16.02% from 255 or 29.20% from 137); Green value is 3 (1.56% from 255 or 2.19% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #28035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #28035E is #D7FCA1. Grayscale: #181818. Windows color (decimal): -14154914 or 6161192. OLE color: 6161192.

HSL color Cylindrical-coordinate representation of color #28035E: hue angle of 264.4º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28035E is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB40394-
CMYK0.570.9700.63
HSL264.4º93.81%19.02%-
HSV(B)264.4º96.81%36.86%-
XYZ2.931.3210.69-
YUV24.44167.26139.1-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 29.20%
GREEN value IS 3 (1.56% from 255) = 2.19%
BLUE value IS 94 (37.11% from 255) = 68.61%
R=29.20%
G=2.19%
B=68.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal403940.570.9700.63264.493.8119.02
Hex2835E396103F1085e13
Octal5031367114107741013623
Binary10100011101111011100111000010111111100001000101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #28035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #28035E; }

 p { color: rgb(40,3,94); }

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

<style>
 a { background-color: #28035E; }

 a { background-color: rgb(40,3,94); }

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

<style>
 span { border-color: #28035E; }

 span { border-color: rgb(40,3,94); }

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