Html Css Color HEX #280D78 Persian Indigo

📋 copy color: '#280D78'

red 40 ◦ green 13 ◦ blue 120

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

Shades of Persian Indigo #280D78

Tints of Persian Indigo #280D78

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.51%

 BLUE value IS 120 (47.27% from 255) = 69.36%

R = 23.12%
G = 7.51%
B = 69.36%

CMYK

 C value IS 0.67

 M value IS 0.89

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280D78 (or 0x280D78) is known color: Persian Indigo. HEX triplet: 28, 0D and 78. RGB value is (40,13,120). Sum of RGB (Red+Green+Blue) = 40+13+120=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 13 (5.47% from 255 or 7.51% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #280D78 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280D78 is #D7F287. Grayscale: #202020. Windows color (decimal): -14152328 or 7867688. OLE color: 7867688.

HSL color Cylindrical-coordinate representation of color #280D78: hue angle of 255.14º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #280D78 is Cyan = 0.67, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 13 120 -
CMYK 0.67 0.89 0 0.53
HSL 255.14º 0.8% 0.26% -
HSV(B) 255.14º 0.89% 0.47% -
XYZ 4.41 2.1 17.94 -
YUV 33.27 176.95 132.8 -
System Red Green Blue C M Y K H S L
Decimal 40 13 120 0.67 0.89 0 0.53 255.14 0.8 0.26
Hex 28 D 78 43 59 0 35 FF 50 1A
Octal 50 15 170 103 131 0 65 377 120 32
Binary 101000 1101 1111000 1000011 1011001 0 110101 11111111 1010000 11010

Color Harmonies of #280D78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280D78

Black with #280D78

Text Example


Text Example

White with #280D78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,13,120); }

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

background-color css

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

 a { background-color: rgb(40,13,120); }

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

border-color css

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

 span { border-color: rgb(40,13,120); }

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