Html Css Color HEX #280177 Persian Indigo

📋 copy color: '#280177'

red 40 ◦ green 1 ◦ blue 119

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

Shades of Persian Indigo #280177

Tints of Persian Indigo #280177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 74.38%

R = 25%
G = 0.63%
B = 74.38%

CMYK

 C value IS 0.66

 M value IS 0.99

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#280177 (or 0x280177) is known color: Persian Indigo. HEX triplet: 28, 01 and 77. RGB value is (40,1,119). Sum of RGB (Red+Green+Blue) = 40+1+119=160 (21% of max value = 765). Red value is 40 (16.02% from 255 or 25% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 119 (46.88% from 255 or 74.38% from 160); Max value from RGB is 119 - color contains mainly: blue. Hex color #280177 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280177 is #D7FE88. Grayscale: #191919. Windows color (decimal): -14155401 or 7799080. OLE color: 7799080.

HSL color Cylindrical-coordinate representation of color #280177: hue angle of 259.83º 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 #280177 is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 1 119 -
CMYK 0.66 0.99 0 0.53
HSL 259.83º 0.98% 0.24% -
HSV(B) 259.83º 0.99% 0.47% -
XYZ 4.22 1.8 17.58 -
YUV 26.11 180.42 137.91 -
System Red Green Blue C M Y K H S L
Decimal 40 1 119 0.66 0.99 0 0.53 259.83 0.98 0.24
Hex 28 1 77 42 63 0 35 104 62 18
Octal 50 1 167 102 143 0 65 404 142 30
Binary 101000 1 1110111 1000010 1100011 0 110101 100000100 1100010 11000

Color Harmonies of #280177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280177

Black with #280177

Text Example


Text Example

White with #280177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280177; }

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

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

background-color css

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

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

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

border-color css

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

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

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