Html Css Color HEX #280474 Persian Indigo

📋 copy color: '#280474'

red 40 ◦ green 4 ◦ blue 116

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

Shades of Persian Indigo #280474

Tints of Persian Indigo #280474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.5%

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

R = 25%
G = 2.5%
B = 72.5%

CMYK

 C value IS 0.66

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280474 (or 0x280474) is known color: Persian Indigo. HEX triplet: 28, 04 and 74. RGB value is (40,4,116). Sum of RGB (Red+Green+Blue) = 40+4+116=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 4 (1.95% from 255 or 2.5% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #280474 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280474 is #D7FB8B. Grayscale: #1B1B1B. Windows color (decimal): -14154636 or 7603240. OLE color: 7603240.

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

Color convert

RGB 40 4 116 -
CMYK 0.66 0.97 0 0.55
HSL 259.29º 0.93% 0.24% -
HSV(B) 259.29º 0.97% 0.45% -
XYZ 4.07 1.8 16.66 -
YUV 27.53 177.93 136.89 -
System Red Green Blue C M Y K H S L
Decimal 40 4 116 0.66 0.97 0 0.55 259.29 0.93 0.24
Hex 28 4 74 42 61 0 37 103 5D 18
Octal 50 4 164 102 141 0 67 403 135 30
Binary 101000 100 1110100 1000010 1100001 0 110111 100000011 1011101 11000

Color Harmonies of #280474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280474

Black with #280474

Text Example


Text Example

White with #280474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280474; }

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

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

background-color css

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

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

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

border-color css

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

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

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