#280683

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

Shades of Persian Indigo #280683

Tints of Persian Indigo #280683

Color information

#280683 (or 0x280683) is unknown color: approx Persian Indigo. HEX triplet: 28, 06 and 83. RGB value is (40,6,131). Sum of RGB (Red+Green+Blue) = 40+6+131=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 6 (2.73% from 255 or 3.39% from 177); Blue value is 131 (51.56% from 255 or 74.01% from 177); Max value from RGB is 131 - color contains mainly: blue. Hex color #280683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280683 is #D7F97C. Grayscale: #1D1D1D. Windows color (decimal): -14154109 or 8586792. OLE color: 8586792.

HSL color Cylindrical-coordinate representation of color #280683: hue angle of 256.32º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #280683 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB406131-
CMYK0.690.9500.49
HSL256.32º91.24%26.86%-
HSV(B)256.32º95.42%51.37%-
XYZ5.042.2221.64-
YUV30.42184.76134.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 22.60%
GREEN value IS 6 (2.73% from 255) = 3.39%
BLUE value IS 131 (51.56% from 255) = 74.01%
R=22.60%
G=3.39%
B=74.01%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal4061310.690.9500.49256.3291.2426.86
Hex28683455F0311005b1b
Octal50620310513706140013333
Binary10100011010000011100010110111110110001100000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #280683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #280683; }

 p { color: rgb(40,6,131); }

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

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

 a { background-color: rgb(40,6,131); }

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

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

 span { border-color: rgb(40,6,131); }

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