Html Css Color HEX #280978 Persian Indigo

📋 copy color: '#280978'

red 40 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #280978

Tints of Persian Indigo #280978

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.33%

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

R = 23.67%
G = 5.33%
B = 71.01%

CMYK

 C value IS 0.67

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280978 (or 0x280978) is known color: Persian Indigo. HEX triplet: 28, 09 and 78. RGB value is (40,9,120). Sum of RGB (Red+Green+Blue) = 40+9+120=169 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.67% from 169); Green value is 9 (3.91% from 255 or 5.33% from 169); Blue value is 120 (47.27% from 255 or 71.01% from 169); Max value from RGB is 120 - color contains mainly: blue. Hex color #280978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280978 is #D7F687. Grayscale: #1E1E1E. Windows color (decimal): -14153352 or 7866664. OLE color: 7866664.

HSL color Cylindrical-coordinate representation of color #280978: hue angle of 256.76º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #280978 is Cyan = 0.67, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 9 120 -
CMYK 0.67 0.92 0 0.53
HSL 256.76º 0.86% 0.25% -
HSV(B) 256.76º 0.93% 0.47% -
XYZ 4.36 2 17.93 -
YUV 30.92 178.27 134.47 -
System Red Green Blue C M Y K H S L
Decimal 40 9 120 0.67 0.92 0 0.53 256.76 0.86 0.25
Hex 28 9 78 43 5C 0 35 101 56 19
Octal 50 11 170 103 134 0 65 401 126 31
Binary 101000 1001 1111000 1000011 1011100 0 110101 100000001 1010110 11001

Color Harmonies of #280978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280978

Black with #280978

Text Example


Text Example

White with #280978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280978; }

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

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

background-color css

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

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

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

border-color css

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

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

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