Html Css Color HEX #280888 Persian Indigo

📋 copy color: '#280888'

red 40 ◦ green 8 ◦ blue 136

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

Shades of Persian Indigo #280888

Tints of Persian Indigo #280888

RGB

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

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

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

R = 21.74%
G = 4.35%
B = 73.91%

CMYK

 C value IS 0.71

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280888 (or 0x280888) is known color: Persian Indigo. HEX triplet: 28, 08 and 88. RGB value is (40,8,136). Sum of RGB (Red+Green+Blue) = 40+8+136=184 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.74% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 136 (53.52% from 255 or 73.91% from 184); Max value from RGB is 136 - color contains mainly: blue. Hex color #280888 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280888 is #D7F777. Grayscale: #1F1F1F. Windows color (decimal): -14153592 or 8914984. OLE color: 8914984.

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

Color convert

RGB 40 8 136 -
CMYK 0.71 0.94 0 0.47
HSL 255º 0.89% 0.28% -
HSV(B) 255º 0.94% 0.53% -
XYZ 5.41 2.4 23.47 -
YUV 32.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 40 8 136 0.71 0.94 0 0.47 255 0.89 0.28
Hex 28 8 88 47 5E 0 2F FF 59 1C
Octal 50 10 210 107 136 0 57 377 131 34
Binary 101000 1000 10001000 1000111 1011110 0 101111 11111111 1011001 11100

Color Harmonies of #280888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280888

Black with #280888

Text Example


Text Example

White with #280888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280888; }

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

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

background-color css

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

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

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

border-color css

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

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

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