#280971

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

Shades of Persian Indigo #280971

Tints of Persian Indigo #280971

Color information

#280971 (or 0x280971) is unknown color: approx Persian Indigo. HEX triplet: 28, 09 and 71. RGB value is (40,9,113). Sum of RGB (Red+Green+Blue) = 40+9+113=162 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.69% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 113 (44.53% from 255 or 69.75% from 162); Max value from RGB is 113 - color contains mainly: blue. Hex color #280971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280971 is #D7F68E. Grayscale: #1D1D1D. Windows color (decimal): -14153359 or 7407912. OLE color: 7407912.

HSL color Cylindrical-coordinate representation of color #280971: hue angle of 257.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280971 is Cyan = 0.65, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB409113-
CMYK0.650.9200.56
HSL257.88º85.25%23.92%-
HSV(B)257.88º92.04%44.31%-
XYZ3.951.8415.77-
YUV30.12174.77135.04-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.69%
GREEN value IS 9 (3.91% from 255) = 5.56%
BLUE value IS 113 (44.53% from 255) = 69.75%
R=24.69%
G=5.56%
B=69.75%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal4091130.650.9200.56257.8885.2523.92
Hex28971415C0381025518
Octal501116110113407040212530
Binary10100010011110001100000110111000111000100000010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280971; }

 p { color: rgb(40,9,113); }

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

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

 a { background-color: rgb(40,9,113); }

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

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

 span { border-color: rgb(40,9,113); }

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