Html Css Color HEX #280070 Persian Indigo

📋 copy color: '#280070'

red 40 ◦ green 0 ◦ blue 112

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

Shades of Persian Indigo #280070

Tints of Persian Indigo #280070

RGB

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

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

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

R = 26.32%
G = 0%
B = 73.68%

CMYK

 C value IS 0.64

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280070 (or 0x280070) is known color: Persian Indigo. HEX triplet: 28, 00 and 70. RGB value is (40,0,112). Sum of RGB (Red+Green+Blue) = 40+0+112=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 112 (44.14% from 255 or 73.68% from 152); Max value from RGB is 112 - color contains mainly: blue. Hex color #280070 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280070 is #D7FF8F. Grayscale: #181818. Windows color (decimal): -14155664 or 7340072. OLE color: 7340072.

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

Color convert

RGB 40 0 112 -
CMYK 0.64 1 0 0.56
HSL 261.43º 1% 0.22% -
HSV(B) 261.43º 1% 0.44% -
XYZ 3.8 1.62 15.44 -
YUV 24.73 177.25 138.89 -
System Red Green Blue C M Y K H S L
Decimal 40 0 112 0.64 1 0 0.56 261.43 1 0.22
Hex 28 0 70 40 64 0 38 105 64 16
Octal 50 0 160 100 144 0 70 405 144 26
Binary 101000 0 1110000 1000000 1100100 0 111000 100000101 1100100 10110

Color Harmonies of #280070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280070

Black with #280070

Text Example


Text Example

White with #280070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280070; }

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

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

background-color css

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

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

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

border-color css

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

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

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