Html Css Color HEX #280E73 Persian Indigo

📋 copy color: '#280E73'

red 40 ◦ green 14 ◦ blue 115

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

Shades of Persian Indigo #280E73

Tints of Persian Indigo #280E73

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.28%

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

R = 23.67%
G = 8.28%
B = 68.05%

CMYK

 C value IS 0.65

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280E73 (or 0x280E73) is known color: Persian Indigo. HEX triplet: 28, 0E and 73. RGB value is (40,14,115). Sum of RGB (Red+Green+Blue) = 40+14+115=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 14 (5.86% from 255 or 8.28% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #280E73 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280E73 is #D7F18C. Grayscale: #202020. Windows color (decimal): -14152077 or 7540264. OLE color: 7540264.

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

Color convert

RGB 40 14 115 -
CMYK 0.65 0.88 0 0.55
HSL 255.45º 0.78% 0.25% -
HSV(B) 255.45º 0.88% 0.45% -
XYZ 4.13 2 16.39 -
YUV 33.29 174.11 132.79 -
System Red Green Blue C M Y K H S L
Decimal 40 14 115 0.65 0.88 0 0.55 255.45 0.78 0.25
Hex 28 E 73 41 58 0 37 FF 4E 19
Octal 50 16 163 101 130 0 67 377 116 31
Binary 101000 1110 1110011 1000001 1011000 0 110111 11111111 1001110 11001

Color Harmonies of #280E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280E73

Black with #280E73

Text Example


Text Example

White with #280E73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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