Html Css Color HEX #280483 Persian Indigo

📋 copy color: '#280483'

red 40 ◦ green 4 ◦ blue 131

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

Shades of Persian Indigo #280483

Tints of Persian Indigo #280483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.29%

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

R = 22.86%
G = 2.29%
B = 74.86%

CMYK

 C value IS 0.69

 M value IS 0.97

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280483 (or 0x280483) is known color: Persian Indigo. HEX triplet: 28, 04 and 83. RGB value is (40,4,131). Sum of RGB (Red+Green+Blue) = 40+4+131=175 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.86% from 175); Green value is 4 (1.95% from 255 or 2.29% from 175); Blue value is 131 (51.56% from 255 or 74.86% from 175); Max value from RGB is 131 - color contains mainly: blue. Hex color #280483 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280483 is #D7FB7C. Grayscale: #1C1C1C. Windows color (decimal): -14154621 or 8586280. OLE color: 8586280.

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

Color convert

RGB 40 4 131 -
CMYK 0.69 0.97 0 0.49
HSL 257.01º 0.94% 0.26% -
HSV(B) 257.01º 0.97% 0.51% -
XYZ 5.02 2.18 21.63 -
YUV 29.24 185.43 135.67 -
System Red Green Blue C M Y K H S L
Decimal 40 4 131 0.69 0.97 0 0.49 257.01 0.94 0.26
Hex 28 4 83 45 61 0 31 101 5E 1A
Octal 50 4 203 105 141 0 61 401 136 32
Binary 101000 100 10000011 1000101 1100001 0 110001 100000001 1011110 11010

Color Harmonies of #280483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280483

Black with #280483

Text Example


Text Example

White with #280483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280483; }

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

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

background-color css

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

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

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

border-color css

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

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

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