#280B71

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

Shades of Persian Indigo #280B71

Tints of Persian Indigo #280B71

Color information

#280B71 (or 0x280B71) is unknown color: approx Persian Indigo. HEX triplet: 28, 0B and 71. RGB value is (40,11,113). Sum of RGB (Red+Green+Blue) = 40+11+113=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 11 (4.69% from 255 or 6.71% from 164); Blue value is 113 (44.53% from 255 or 68.90% from 164); Max value from RGB is 113 - color contains mainly: blue. Hex color #280B71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B71 is #D7F48E. Grayscale: #1E1E1E. Windows color (decimal): -14152847 or 7408424. OLE color: 7408424.

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

Color convert

RGB4011113-
CMYK0.650.9000.56
HSL257.06º82.26%24.31%-
HSV(B)257.06º90.27%44.31%-
XYZ3.981.8815.78-
YUV31.3174.11134.21-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 24.39%
GREEN value IS 11 (4.69% from 255) = 6.71%
BLUE value IS 113 (44.53% from 255) = 68.90%
R=24.39%
G=6.71%
B=68.90%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal40111130.650.9000.56257.0682.2624.31
Hex28B71415A0381015218
Octal501316110113207040112230
Binary10100010111110001100000110110100111000100000001101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280B71; }

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

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

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

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

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

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

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

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