#281773

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

Shades of Persian Indigo #281773

Tints of Persian Indigo #281773

Color information

#281773 (or 0x281773) is unknown color: approx Persian Indigo. HEX triplet: 28, 17 and 73. RGB value is (40,23,115). Sum of RGB (Red+Green+Blue) = 40+23+115=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 23 (9.38% from 255 or 12.92% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #281773 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281773 is #D7E88C. Grayscale: #262626. Windows color (decimal): -14149773 or 7542568. OLE color: 7542568.

HSL color Cylindrical-coordinate representation of color #281773: hue angle of 251.09º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281773 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4023115-
CMYK0.650.8000.55
HSL251.09º66.67%27.06%-
HSV(B)251.09º80%45.1%-
XYZ4.282.316.44-
YUV38.57171.13129.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.47%
GREEN value IS 23 (9.38% from 255) = 12.92%
BLUE value IS 115 (45.31% from 255) = 64.61%
R=22.47%
G=12.92%
B=64.61%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal40231150.650.8000.55251.0966.6727.06
Hex2817734150037fb431b
Octal502716310112006737310333
Binary10100010111111001110000011010000011011111111011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #281773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #281773; }

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

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

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

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

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

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

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

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