Html Css Color HEX #280B8D Persian Indigo

📋 copy color: '#280B8D'

red 40 ◦ green 11 ◦ blue 141

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

Shades of Persian Indigo #280B8D

Tints of Persian Indigo #280B8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 73.44%

R = 20.83%
G = 5.73%
B = 73.44%

CMYK

 C value IS 0.72

 M value IS 0.92

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#280B8D (or 0x280B8D) is known color: Persian Indigo. HEX triplet: 28, 0B and 8D. RGB value is (40,11,141). Sum of RGB (Red+Green+Blue) = 40+11+141=192 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.83% from 192); Green value is 11 (4.69% from 255 or 5.73% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #280B8D is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B8D is #D7F472. Grayscale: #222222. Windows color (decimal): -14152819 or 9243432. OLE color: 9243432.

HSL color Cylindrical-coordinate representation of color #280B8D: hue angle of 253.38º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280B8D is Cyan = 0.72, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 11 141 -
CMYK 0.72 0.92 0 0.45
HSL 253.38º 0.86% 0.3% -
HSV(B) 253.38º 0.92% 0.55% -
XYZ 5.8 2.61 25.4 -
YUV 34.49 188.11 131.93 -
System Red Green Blue C M Y K H S L
Decimal 40 11 141 0.72 0.92 0 0.45 253.38 0.86 0.3
Hex 28 B 8D 48 5C 0 2D FD 56 1E
Octal 50 13 215 110 134 0 55 375 126 36
Binary 101000 1011 10001101 1001000 1011100 0 101101 11111101 1010110 11110

Color Harmonies of #280B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B8D

Black with #280B8D

Text Example


Text Example

White with #280B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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