#280773

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

Shades of Persian Indigo #280773

Tints of Persian Indigo #280773

Color information

#280773 (or 0x280773) is unknown color: approx Persian Indigo. HEX triplet: 28, 07 and 73. RGB value is (40,7,115). Sum of RGB (Red+Green+Blue) = 40+7+115=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 115 (45.31% from 255 or 70.99% from 162); Max value from RGB is 115 - color contains mainly: blue. Hex color #280773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280773 is #D7F88C. Grayscale: #1C1C1C. Windows color (decimal): -14153869 or 7538472. OLE color: 7538472.

HSL color Cylindrical-coordinate representation of color #280773: hue angle of 258.33º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #280773 is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB407115-
CMYK0.650.9400.55
HSL258.33º88.52%23.92%-
HSV(B)258.33º93.91%45.1%-
XYZ4.051.8416.36-
YUV29.18176.43135.72-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 115 (45.31% from 255) = 70.99%
R=24.69%
G=4.32%
B=70.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal4071150.650.9400.55258.3388.5223.92
Hex28773415E0371025918
Octal50716310113606740213130
Binary1010001111110011100000110111100110111100000010101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280773; }

 p { color: rgb(40,7,115); }

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

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

 a { background-color: rgb(40,7,115); }

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

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

 span { border-color: rgb(40,7,115); }

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