Html Css Color HEX #280178 Persian Indigo

📋 copy color: '#280178'

red 40 ◦ green 1 ◦ blue 120

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

Shades of Persian Indigo #280178

Tints of Persian Indigo #280178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.62%

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

R = 24.84%
G = 0.62%
B = 74.53%

CMYK

 C value IS 0.67

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280178 (or 0x280178) is known color: Persian Indigo. HEX triplet: 28, 01 and 78. RGB value is (40,1,120). Sum of RGB (Red+Green+Blue) = 40+1+120=161 (21% of max value = 765). Red value is 40 (16.02% from 255 or 24.84% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #280178 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280178 is #D7FE87. Grayscale: #191919. Windows color (decimal): -14155400 or 7864616. OLE color: 7864616.

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

Color convert

RGB 40 1 120 -
CMYK 0.67 0.99 0 0.53
HSL 259.66º 0.98% 0.24% -
HSV(B) 259.66º 0.99% 0.47% -
XYZ 4.28 1.83 17.9 -
YUV 26.23 180.92 137.82 -
System Red Green Blue C M Y K H S L
Decimal 40 1 120 0.67 0.99 0 0.53 259.66 0.98 0.24
Hex 28 1 78 43 63 0 35 104 62 18
Octal 50 1 170 103 143 0 65 404 142 30
Binary 101000 1 1111000 1000011 1100011 0 110101 100000100 1100010 11000

Color Harmonies of #280178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280178

Black with #280178

Text Example


Text Example

White with #280178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280178; }

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

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

background-color css

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

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

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

border-color css

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

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

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