Html Css Color HEX #280574 Persian Indigo

📋 copy color: '#280574'

red 40 ◦ green 5 ◦ blue 116

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

Shades of Persian Indigo #280574

Tints of Persian Indigo #280574

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.11%

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

R = 24.84%
G = 3.11%
B = 72.05%

CMYK

 C value IS 0.66

 M value IS 0.96

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280574 (or 0x280574) is known color: Persian Indigo. HEX triplet: 28, 05 and 74. RGB value is (40,5,116). Sum of RGB (Red+Green+Blue) = 40+5+116=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 5 (2.34% from 255 or 3.11% from 161); Blue value is 116 (45.70% from 255 or 72.05% from 161); Max value from RGB is 116 - color contains mainly: blue. Hex color #280574 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280574 is #D7FA8B. Grayscale: #1B1B1B. Windows color (decimal): -14154380 or 7603496. OLE color: 7603496.

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

Color convert

RGB 40 5 116 -
CMYK 0.66 0.96 0 0.55
HSL 258.92º 0.92% 0.24% -
HSV(B) 258.92º 0.96% 0.45% -
XYZ 4.08 1.82 16.66 -
YUV 28.12 177.6 136.47 -
System Red Green Blue C M Y K H S L
Decimal 40 5 116 0.66 0.96 0 0.55 258.92 0.92 0.24
Hex 28 5 74 42 60 0 37 103 5C 18
Octal 50 5 164 102 140 0 67 403 134 30
Binary 101000 101 1110100 1000010 1100000 0 110111 100000011 1011100 11000

Color Harmonies of #280574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280574

Black with #280574

Text Example


Text Example

White with #280574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280574; }

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

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

background-color css

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

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

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

border-color css

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

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

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