Html Css Color HEX #280876 Persian Indigo

📋 copy color: '#280876'

red 40 ◦ green 8 ◦ blue 118

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

Shades of Persian Indigo #280876

Tints of Persian Indigo #280876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.82%

 BLUE value IS 118 (46.48% from 255) = 71.08%

R = 24.1%
G = 4.82%
B = 71.08%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#280876 (or 0x280876) is known color: Persian Indigo. HEX triplet: 28, 08 and 76. RGB value is (40,8,118). Sum of RGB (Red+Green+Blue) = 40+8+118=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 8 (3.52% from 255 or 4.82% from 166); Blue value is 118 (46.48% from 255 or 71.08% from 166); Max value from RGB is 118 - color contains mainly: blue. Hex color #280876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280876 is #D7F789. Grayscale: #1D1D1D. Windows color (decimal): -14153610 or 7735336. OLE color: 7735336.

HSL color Cylindrical-coordinate representation of color #280876: hue angle of 257.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280876 is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 8 118 -
CMYK 0.66 0.93 0 0.54
HSL 257.45º 0.87% 0.25% -
HSV(B) 257.45º 0.93% 0.46% -
XYZ 4.23 1.93 17.29 -
YUV 30.11 177.6 135.06 -
System Red Green Blue C M Y K H S L
Decimal 40 8 118 0.66 0.93 0 0.54 257.45 0.87 0.25
Hex 28 8 76 42 5D 0 36 101 57 19
Octal 50 10 166 102 135 0 66 401 127 31
Binary 101000 1000 1110110 1000010 1011101 0 110110 100000001 1010111 11001

Color Harmonies of #280876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280876

Black with #280876

Text Example


Text Example

White with #280876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280876; }

 p { color: rgb(40,8,118); }

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

background-color css

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

 a { background-color: rgb(40,8,118); }

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

border-color css

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

 span { border-color: rgb(40,8,118); }

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