Html Css Color HEX #280B73 Persian Indigo

📋 copy color: '#280B73'

red 40 ◦ green 11 ◦ blue 115

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

Shades of Persian Indigo #280B73

Tints of Persian Indigo #280B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 69.28%

R = 24.1%
G = 6.63%
B = 69.28%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280B73 (or 0x280B73) is known color: Persian Indigo. HEX triplet: 28, 0B and 73. RGB value is (40,11,115). Sum of RGB (Red+Green+Blue) = 40+11+115=166 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.10% from 166); Green value is 11 (4.69% from 255 or 6.63% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #280B73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280B73 is #D7F48C. Grayscale: #1F1F1F. Windows color (decimal): -14152845 or 7539496. OLE color: 7539496.

HSL color Cylindrical-coordinate representation of color #280B73: hue angle of 256.73º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #280B73 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 11 115 -
CMYK 0.65 0.90 0 0.55
HSL 256.73º 0.83% 0.25% -
HSV(B) 256.73º 0.9% 0.45% -
XYZ 4.09 1.93 16.38 -
YUV 31.53 175.11 134.04 -
System Red Green Blue C M Y K H S L
Decimal 40 11 115 0.65 0.90 0 0.55 256.73 0.83 0.25
Hex 28 B 73 41 5A 0 37 101 53 19
Octal 50 13 163 101 132 0 67 401 123 31
Binary 101000 1011 1110011 1000001 1011010 0 110111 100000001 1010011 11001

Color Harmonies of #280B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280B73

Black with #280B73

Text Example


Text Example

White with #280B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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