Html Css Color HEX #280279 Persian Indigo

📋 copy color: '#280279'

red 40 ◦ green 2 ◦ blue 121

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

Shades of Persian Indigo #280279

Tints of Persian Indigo #280279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.23%

 BLUE value IS 121 (47.66% from 255) = 74.23%

R = 24.54%
G = 1.23%
B = 74.23%

CMYK

 C value IS 0.67

 M value IS 0.98

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280279 (or 0x280279) is known color: Persian Indigo. HEX triplet: 28, 02 and 79. RGB value is (40,2,121). Sum of RGB (Red+Green+Blue) = 40+2+121=163 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.54% from 163); Green value is 2 (1.17% from 255 or 1.23% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #280279 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280279 is #D7FD86. Grayscale: #1A1A1A. Windows color (decimal): -14155143 or 7930408. OLE color: 7930408.

HSL color Cylindrical-coordinate representation of color #280279: hue angle of 259.16º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #280279 is Cyan = 0.67, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 2 121 -
CMYK 0.67 0.98 0 0.53
HSL 259.16º 0.97% 0.24% -
HSV(B) 259.16º 0.98% 0.47% -
XYZ 4.35 1.88 18.22 -
YUV 26.93 181.09 137.32 -
System Red Green Blue C M Y K H S L
Decimal 40 2 121 0.67 0.98 0 0.53 259.16 0.97 0.24
Hex 28 2 79 43 62 0 35 103 61 18
Octal 50 2 171 103 142 0 65 403 141 30
Binary 101000 10 1111001 1000011 1100010 0 110101 100000011 1100001 11000

Color Harmonies of #280279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280279

Black with #280279

Text Example


Text Example

White with #280279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280279; }

 p { color: rgb(40,2,121); }

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

background-color css

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

 a { background-color: rgb(40,2,121); }

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

border-color css

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

 span { border-color: rgb(40,2,121); }

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