Html Css Color HEX #280874 Persian Indigo

📋 copy color: '#280874'

red 40 ◦ green 8 ◦ blue 116

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

Shades of Persian Indigo #280874

Tints of Persian Indigo #280874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 70.73%

R = 24.39%
G = 4.88%
B = 70.73%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280874 (or 0x280874) is known color: Persian Indigo. HEX triplet: 28, 08 and 74. RGB value is (40,8,116). Sum of RGB (Red+Green+Blue) = 40+8+116=164 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.39% from 164); Green value is 8 (3.52% from 255 or 4.88% from 164); Blue value is 116 (45.70% from 255 or 70.73% from 164); Max value from RGB is 116 - color contains mainly: blue. Hex color #280874 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280874 is #D7F78B. Grayscale: #1D1D1D. Windows color (decimal): -14153612 or 7604264. OLE color: 7604264.

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

Color convert

RGB 40 8 116 -
CMYK 0.66 0.93 0 0.55
HSL 257.78º 0.87% 0.24% -
HSV(B) 257.78º 0.93% 0.45% -
XYZ 4.11 1.89 16.67 -
YUV 29.88 176.6 135.22 -
System Red Green Blue C M Y K H S L
Decimal 40 8 116 0.66 0.93 0 0.55 257.78 0.87 0.24
Hex 28 8 74 42 5D 0 37 102 57 18
Octal 50 10 164 102 135 0 67 402 127 30
Binary 101000 1000 1110100 1000010 1011101 0 110111 100000010 1010111 11000

Color Harmonies of #280874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280874

Black with #280874

Text Example


Text Example

White with #280874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280874; }

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

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

background-color css

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

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

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

border-color css

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

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

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