Html Css Color HEX #280578 Persian Indigo

📋 copy color: '#280578'

red 40 ◦ green 5 ◦ blue 120

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

Shades of Persian Indigo #280578

Tints of Persian Indigo #280578

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 24.24%
G = 3.03%
B = 72.73%

CMYK

 C value IS 0.67

 M value IS 0.96

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280578 (or 0x280578) is known color: Persian Indigo. HEX triplet: 28, 05 and 78. RGB value is (40,5,120). Sum of RGB (Red+Green+Blue) = 40+5+120=165 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.24% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 120 (47.27% from 255 or 72.73% from 165); Max value from RGB is 120 - color contains mainly: blue. Hex color #280578 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280578 is #D7FA87. Grayscale: #1C1C1C. Windows color (decimal): -14154376 or 7865640. OLE color: 7865640.

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

Color convert

RGB 40 5 120 -
CMYK 0.67 0.96 0 0.53
HSL 258.26º 0.92% 0.25% -
HSV(B) 258.26º 0.96% 0.47% -
XYZ 4.32 1.92 17.91 -
YUV 28.58 179.6 136.15 -
System Red Green Blue C M Y K H S L
Decimal 40 5 120 0.67 0.96 0 0.53 258.26 0.92 0.25
Hex 28 5 78 43 60 0 35 102 5C 19
Octal 50 5 170 103 140 0 65 402 134 31
Binary 101000 101 1111000 1000011 1100000 0 110101 100000010 1011100 11001

Color Harmonies of #280578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280578

Black with #280578

Text Example


Text Example

White with #280578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280578; }

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

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

background-color css

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

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

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

border-color css

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

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

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