Html Css Color HEX #280171 Persian Indigo

📋 copy color: '#280171'

red 40 ◦ green 1 ◦ blue 113

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

Shades of Persian Indigo #280171

Tints of Persian Indigo #280171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 73.38%

R = 25.97%
G = 0.65%
B = 73.38%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280171 (or 0x280171) is known color: Persian Indigo. HEX triplet: 28, 01 and 71. RGB value is (40,1,113). Sum of RGB (Red+Green+Blue) = 40+1+113=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 1 (0.78% from 255 or 0.65% from 154); Blue value is 113 (44.53% from 255 or 73.38% from 154); Max value from RGB is 113 - color contains mainly: blue. Hex color #280171 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280171 is #D7FE8E. Grayscale: #191919. Windows color (decimal): -14155407 or 7405864. OLE color: 7405864.

HSL color Cylindrical-coordinate representation of color #280171: hue angle of 260.89º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #280171 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 1 113 -
CMYK 0.65 0.99 0 0.56
HSL 260.89º 0.98% 0.22% -
HSV(B) 260.89º 0.99% 0.44% -
XYZ 3.87 1.67 15.74 -
YUV 25.43 177.42 138.39 -
System Red Green Blue C M Y K H S L
Decimal 40 1 113 0.65 0.99 0 0.56 260.89 0.98 0.22
Hex 28 1 71 41 63 0 38 105 62 16
Octal 50 1 161 101 143 0 70 405 142 26
Binary 101000 1 1110001 1000001 1100011 0 111000 100000101 1100010 10110

Color Harmonies of #280171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280171

Black with #280171

Text Example


Text Example

White with #280171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280171; }

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

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

background-color css

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

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

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

border-color css

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

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

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