#280368

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

Shades of Persian Indigo #280368

Tints of Persian Indigo #280368

Color information

#280368 (or 0x280368) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 68. RGB value is (40,3,104). Sum of RGB (Red+Green+Blue) = 40+3+104=147 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.21% from 147); Green value is 3 (1.56% from 255 or 2.04% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #280368 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280368 is #D7FC97. Grayscale: #191919. Windows color (decimal): -14154904 or 6816552. OLE color: 6816552.

HSL color Cylindrical-coordinate representation of color #280368: hue angle of 261.98º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280368 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB403104-
CMYK0.620.9700.59
HSL261.98º94.39%20.98%-
HSV(B)261.98º97.12%40.78%-
XYZ3.411.5213.21-
YUV25.58172.26138.29-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.21%
GREEN value IS 3 (1.56% from 255) = 2.04%
BLUE value IS 104 (41.02% from 255) = 70.75%
R=27.21%
G=2.04%
B=70.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal4031040.620.9700.59261.9894.3920.98
Hex283683E6103B1065e15
Octal5031507614107340613625
Binary10100011110100011111011000010111011100000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280368; }

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

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

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

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

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

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

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

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