#280369

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

Shades of Persian Indigo #280369

Tints of Persian Indigo #280369

Color information

#280369 (or 0x280369) is unknown color: approx Persian Indigo. HEX triplet: 28, 03 and 69. RGB value is (40,3,105). Sum of RGB (Red+Green+Blue) = 40+3+105=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 3 (1.56% from 255 or 2.03% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #280369 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280369 is #D7FC96. Grayscale: #191919. Windows color (decimal): -14154903 or 6882088. OLE color: 6882088.

HSL color Cylindrical-coordinate representation of color #280369: hue angle of 261.76º 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 #280369 is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB403105-
CMYK0.620.9700.59
HSL261.76º94.44%21.18%-
HSV(B)261.76º97.14%41.18%-
XYZ3.461.5413.48-
YUV25.69172.76138.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 27.03%
GREEN value IS 3 (1.56% from 255) = 2.03%
BLUE value IS 105 (41.41% from 255) = 70.95%
R=27.03%
G=2.03%
B=70.95%

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
Decimal4031050.620.9700.59261.7694.4421.18
Hex283693E6103B1065e15
Octal5031517614107340613625
Binary10100011110100111111011000010111011100000110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280369; }

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

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

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

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

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

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

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

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