Html Css Color HEX #280573 Persian Indigo

📋 copy color: '#280573'

red 40 ◦ green 5 ◦ blue 115

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

Shades of Persian Indigo #280573

Tints of Persian Indigo #280573

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.13%

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

R = 25%
G = 3.13%
B = 71.88%

CMYK

 C value IS 0.65

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280573 (or 0x280573) is known color: Persian Indigo. HEX triplet: 28, 05 and 73. RGB value is (40,5,115). Sum of RGB (Red+Green+Blue) = 40+5+115=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 5 (2.34% from 255 or 3.12% from 160); Blue value is 115 (45.31% from 255 or 71.88% from 160); Max value from RGB is 115 - color contains mainly: blue. Hex color #280573 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280573 is #D7FA8C. Grayscale: #1B1B1B. Windows color (decimal): -14154381 or 7537960. OLE color: 7537960.

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

Color convert

RGB 40 5 115 -
CMYK 0.65 0.96 0 0.55
HSL 259.09º 0.92% 0.24% -
HSV(B) 259.09º 0.96% 0.45% -
XYZ 4.02 1.8 16.35 -
YUV 28.01 177.1 136.56 -
System Red Green Blue C M Y K H S L
Decimal 40 5 115 0.65 0.96 0 0.55 259.09 0.92 0.24
Hex 28 5 73 41 60 0 37 103 5C 18
Octal 50 5 163 101 140 0 67 403 134 30
Binary 101000 101 1110011 1000001 1100000 0 110111 100000011 1011100 11000

Color Harmonies of #280573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280573

Black with #280573

Text Example


Text Example

White with #280573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280573; }

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

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

background-color css

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

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

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

border-color css

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

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

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