Html Css Color HEX #280083 Persian Indigo

📋 copy color: '#280083'

red 40 ◦ green 0 ◦ blue 131

#280083
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #280083

Tints of Persian Indigo #280083

RGB

 RED value IS 40 (16.02% from 255) = 23.39%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 131 (51.56% from 255) = 76.61%

R = 23.39%
G = 0%
B = 76.61%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280083 (or 0x280083) is known color: Persian Indigo. HEX triplet: 28, 00 and 83. RGB value is (40,0,131). Sum of RGB (Red+Green+Blue) = 40+0+131=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 131 (51.56% from 255 or 76.61% from 171); Max value from RGB is 131 - color contains mainly: blue. Hex color #280083 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280083 is #D7FF7C. Grayscale: #1A1A1A. Windows color (decimal): -14155645 or 8585256. OLE color: 8585256.

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

Color convert

RGB 40 0 131 -
CMYK 0.69 1 0 0.49
HSL 258.32º 1% 0.26% -
HSV(B) 258.32º 1% 0.51% -
XYZ 4.97 2.09 21.61 -
YUV 26.89 186.75 137.35 -
System Red Green Blue C M Y K H S L
Decimal 40 0 131 0.69 1 0 0.49 258.32 1 0.26
Hex 28 0 83 45 64 0 31 102 64 1A
Octal 50 0 203 105 144 0 61 402 144 32
Binary 101000 0 10000011 1000101 1100100 0 110001 100000010 1100100 11010

Color Harmonies of #280083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280083

Black with #280083

Text Example


Text Example

White with #280083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280083; }

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

 H1.HeaderClassName
 {
   color: #280083;
 }
 .AnyTagClassName
 {
   color: #280083;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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