Html Css Color HEX #280884 Persian Indigo

📋 copy color: '#280884'

red 40 ◦ green 8 ◦ blue 132

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

Shades of Persian Indigo #280884

Tints of Persian Indigo #280884

RGB

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

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

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

R = 22.22%
G = 4.44%
B = 73.33%

CMYK

 C value IS 0.70

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#280884 (or 0x280884) is known color: Persian Indigo. HEX triplet: 28, 08 and 84. RGB value is (40,8,132). Sum of RGB (Red+Green+Blue) = 40+8+132=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 132 (51.95% from 255 or 73.33% from 180); Max value from RGB is 132 - color contains mainly: blue. Hex color #280884 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280884 is #D7F77B. Grayscale: #1F1F1F. Windows color (decimal): -14153596 or 8652840. OLE color: 8652840.

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

Color convert

RGB 40 8 132 -
CMYK 0.70 0.94 0 0.48
HSL 255.48º 0.89% 0.27% -
HSV(B) 255.48º 0.94% 0.52% -
XYZ 5.13 2.29 22 -
YUV 31.7 184.6 133.92 -
System Red Green Blue C M Y K H S L
Decimal 40 8 132 0.70 0.94 0 0.48 255.48 0.89 0.27
Hex 28 8 84 46 5E 0 30 FF 59 1B
Octal 50 10 204 106 136 0 60 377 131 33
Binary 101000 1000 10000100 1000110 1011110 0 110000 11111111 1011001 11011

Color Harmonies of #280884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280884

Black with #280884

Text Example


Text Example

White with #280884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280884; }

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

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

background-color css

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

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

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

border-color css

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

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

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