Html Css Color HEX #280473 Persian Indigo

📋 copy color: '#280473'

red 40 ◦ green 4 ◦ blue 115

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

Shades of Persian Indigo #280473

Tints of Persian Indigo #280473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 72.33%

R = 25.16%
G = 2.52%
B = 72.33%

CMYK

 C value IS 0.65

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280473 (or 0x280473) is known color: Persian Indigo. HEX triplet: 28, 04 and 73. RGB value is (40,4,115). Sum of RGB (Red+Green+Blue) = 40+4+115=159 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25.16% from 159); Green value is 4 (1.95% from 255 or 2.52% from 159); Blue value is 115 (45.31% from 255 or 72.33% from 159); Max value from RGB is 115 - color contains mainly: blue. Hex color #280473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280473 is #D7FB8C. Grayscale: #1B1B1B. Windows color (decimal): -14154637 or 7537704. OLE color: 7537704.

HSL color Cylindrical-coordinate representation of color #280473: hue angle of 259.46º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #280473 is Cyan = 0.65, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 4 115 -
CMYK 0.65 0.97 0 0.55
HSL 259.46º 0.93% 0.23% -
HSV(B) 259.46º 0.97% 0.45% -
XYZ 4.01 1.78 16.35 -
YUV 27.42 177.43 136.97 -
System Red Green Blue C M Y K H S L
Decimal 40 4 115 0.65 0.97 0 0.55 259.46 0.93 0.23
Hex 28 4 73 41 61 0 37 103 5D 17
Octal 50 4 163 101 141 0 67 403 135 27
Binary 101000 100 1110011 1000001 1100001 0 110111 100000011 1011101 10111

Color Harmonies of #280473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280473

Black with #280473

Text Example


Text Example

White with #280473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280473; }

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

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

background-color css

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

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

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

border-color css

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

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

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