Html Css Color HEX #280B88 Persian Indigo

📋 copy color: '#280B88'

red 40 ◦ green 11 ◦ blue 136

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

Shades of Persian Indigo #280B88

Tints of Persian Indigo #280B88

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.88%

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

R = 21.39%
G = 5.88%
B = 72.73%

CMYK

 C value IS 0.71

 M value IS 0.92

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#280B88 (or 0x280B88) is known color: Persian Indigo. HEX triplet: 28, 0B and 88. RGB value is (40,11,136). Sum of RGB (Red+Green+Blue) = 40+11+136=187 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.39% from 187); Green value is 11 (4.69% from 255 or 5.88% from 187); Blue value is 136 (53.52% from 255 or 72.73% from 187); Max value from RGB is 136 - color contains mainly: blue. Hex color #280B88 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B88 is #D7F477. Grayscale: #212121. Windows color (decimal): -14152824 or 8915752. OLE color: 8915752.

HSL color Cylindrical-coordinate representation of color #280B88: hue angle of 253.92º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280B88 is Cyan = 0.71, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 11 136 -
CMYK 0.71 0.92 0 0.47
HSL 253.92º 0.85% 0.29% -
HSV(B) 253.92º 0.92% 0.53% -
XYZ 5.44 2.47 23.48 -
YUV 33.92 185.61 132.34 -
System Red Green Blue C M Y K H S L
Decimal 40 11 136 0.71 0.92 0 0.47 253.92 0.85 0.29
Hex 28 B 88 47 5C 0 2F FE 55 1D
Octal 50 13 210 107 134 0 57 376 125 35
Binary 101000 1011 10001000 1000111 1011100 0 101111 11111110 1010101 11101

Color Harmonies of #280B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B88

Black with #280B88

Text Example


Text Example

White with #280B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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