Html Css Color HEX #280B82 Persian Indigo

📋 copy color: '#280B82'

red 40 ◦ green 11 ◦ blue 130

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

Shades of Persian Indigo #280B82

Tints of Persian Indigo #280B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 71.82%

R = 22.1%
G = 6.08%
B = 71.82%

CMYK

 C value IS 0.69

 M value IS 0.92

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#280B82 (or 0x280B82) is known color: Persian Indigo. HEX triplet: 28, 0B and 82. RGB value is (40,11,130). Sum of RGB (Red+Green+Blue) = 40+11+130=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 11 (4.69% from 255 or 6.08% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #280B82 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #280B82 is #D7F47D. Grayscale: #202020. Windows color (decimal): -14152830 or 8522536. OLE color: 8522536.

HSL color Cylindrical-coordinate representation of color #280B82: hue angle of 254.62º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #280B82 is Cyan = 0.69, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 11 130 -
CMYK 0.69 0.92 0 0.49
HSL 254.62º 0.84% 0.28% -
HSV(B) 254.62º 0.92% 0.51% -
XYZ 5.02 2.3 21.3 -
YUV 33.24 182.61 132.82 -
System Red Green Blue C M Y K H S L
Decimal 40 11 130 0.69 0.92 0 0.49 254.62 0.84 0.28
Hex 28 B 82 45 5C 0 31 FF 54 1C
Octal 50 13 202 105 134 0 61 377 124 34
Binary 101000 1011 10000010 1000101 1011100 0 110001 11111111 1010100 11100

Color Harmonies of #280B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B82

Black with #280B82

Text Example


Text Example

White with #280B82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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