Html Css Color HEX #280570 Persian Indigo

📋 copy color: '#280570'

red 40 ◦ green 5 ◦ blue 112

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

Shades of Persian Indigo #280570

Tints of Persian Indigo #280570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.34%

R = 25.48%
G = 3.18%
B = 71.34%

CMYK

 C value IS 0.64

 M value IS 0.96

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280570 (or 0x280570) is known color: Persian Indigo. HEX triplet: 28, 05 and 70. RGB value is (40,5,112). Sum of RGB (Red+Green+Blue) = 40+5+112=157 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.48% from 157); Green value is 5 (2.34% from 255 or 3.18% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #280570 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280570 is #D7FA8F. Grayscale: #1B1B1B. Windows color (decimal): -14154384 or 7341352. OLE color: 7341352.

HSL color Cylindrical-coordinate representation of color #280570: hue angle of 259.63º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280570 is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 5 112 -
CMYK 0.64 0.96 0 0.56
HSL 259.63º 0.91% 0.23% -
HSV(B) 259.63º 0.96% 0.44% -
XYZ 3.85 1.73 15.46 -
YUV 27.66 175.6 136.8 -
System Red Green Blue C M Y K H S L
Decimal 40 5 112 0.64 0.96 0 0.56 259.63 0.91 0.23
Hex 28 5 70 40 60 0 38 104 5B 17
Octal 50 5 160 100 140 0 70 404 133 27
Binary 101000 101 1110000 1000000 1100000 0 111000 100000100 1011011 10111

Color Harmonies of #280570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280570

Black with #280570

Text Example


Text Example

White with #280570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280570; }

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

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

background-color css

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

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

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

border-color css

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

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

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