Html Css Color HEX #280988 Persian Indigo

📋 copy color: '#280988'

red 40 ◦ green 9 ◦ blue 136

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

Shades of Persian Indigo #280988

Tints of Persian Indigo #280988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.86%

 BLUE value IS 136 (53.52% from 255) = 73.51%

R = 21.62%
G = 4.86%
B = 73.51%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280988 (or 0x280988) is known color: Persian Indigo. HEX triplet: 28, 09 and 88. RGB value is (40,9,136). Sum of RGB (Red+Green+Blue) = 40+9+136=185 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.62% from 185); Green value is 9 (3.91% from 255 or 4.86% from 185); Blue value is 136 (53.52% from 255 or 73.51% from 185); Max value from RGB is 136 - color contains mainly: blue. Hex color #280988 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280988 is #D7F677. Grayscale: #202020. Windows color (decimal): -14153336 or 8915240. OLE color: 8915240.

HSL color Cylindrical-coordinate representation of color #280988: hue angle of 254.65º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280988 is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 9 136 -
CMYK 0.71 0.93 0 0.47
HSL 254.65º 0.88% 0.28% -
HSV(B) 254.65º 0.93% 0.53% -
XYZ 5.42 2.42 23.47 -
YUV 32.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 40 9 136 0.71 0.93 0 0.47 254.65 0.88 0.28
Hex 28 9 88 47 5D 0 2F FF 58 1C
Octal 50 11 210 107 135 0 57 377 130 34
Binary 101000 1001 10001000 1000111 1011101 0 101111 11111111 1011000 11100

Color Harmonies of #280988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280988

Black with #280988

Text Example


Text Example

White with #280988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280988; }

 p { color: rgb(40,9,136); }

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

background-color css

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

 a { background-color: rgb(40,9,136); }

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

border-color css

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

 span { border-color: rgb(40,9,136); }

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