Html Css Color HEX #280584 Persian Indigo

📋 copy color: '#280584'

red 40 ◦ green 5 ◦ blue 132

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

Shades of Persian Indigo #280584

Tints of Persian Indigo #280584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 22.6%
G = 2.82%
B = 74.58%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280584 (or 0x280584) is known color: Persian Indigo. HEX triplet: 28, 05 and 84. RGB value is (40,5,132). Sum of RGB (Red+Green+Blue) = 40+5+132=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #280584 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280584 is #D7FA7B. Grayscale: #1D1D1D. Windows color (decimal): -14154364 or 8652072. OLE color: 8652072.

HSL color Cylindrical-coordinate representation of color #280584: hue angle of 256.54º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #280584 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 40 5 132 -
CMYK 0.70 0.96 0 0.48
HSL 256.54º 0.93% 0.27% -
HSV(B) 256.54º 0.96% 0.52% -
XYZ 5.09 2.23 21.99 -
YUV 29.94 185.6 135.17 -
System Red Green Blue C M Y K H S L
Decimal 40 5 132 0.70 0.96 0 0.48 256.54 0.93 0.27
Hex 28 5 84 46 60 0 30 101 5D 1B
Octal 50 5 204 106 140 0 60 401 135 33
Binary 101000 101 10000100 1000110 1100000 0 110000 100000001 1011101 11011

Color Harmonies of #280584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280584

Black with #280584

Text Example


Text Example

White with #280584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280584; }

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

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

background-color css

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

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

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

border-color css

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

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

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