Html Css Color HEX #280271 Persian Indigo

📋 copy color: '#280271'

red 40 ◦ green 2 ◦ blue 113

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

Shades of Persian Indigo #280271

Tints of Persian Indigo #280271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.29%

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

R = 25.81%
G = 1.29%
B = 72.9%

CMYK

 C value IS 0.65

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#280271 (or 0x280271) is known color: Persian Indigo. HEX triplet: 28, 02 and 71. RGB value is (40,2,113). Sum of RGB (Red+Green+Blue) = 40+2+113=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 2 (1.17% from 255 or 1.29% from 155); Blue value is 113 (44.53% from 255 or 72.90% from 155); Max value from RGB is 113 - color contains mainly: blue. Hex color #280271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280271 is #D7FD8E. Grayscale: #191919. Windows color (decimal): -14155151 or 7406120. OLE color: 7406120.

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

Color convert

RGB 40 2 113 -
CMYK 0.65 0.98 0 0.56
HSL 260.54º 0.97% 0.23% -
HSV(B) 260.54º 0.98% 0.44% -
XYZ 3.88 1.69 15.74 -
YUV 26.02 177.09 137.97 -
System Red Green Blue C M Y K H S L
Decimal 40 2 113 0.65 0.98 0 0.56 260.54 0.97 0.23
Hex 28 2 71 41 62 0 38 105 61 17
Octal 50 2 161 101 142 0 70 405 141 27
Binary 101000 10 1110001 1000001 1100010 0 111000 100000101 1100001 10111

Color Harmonies of #280271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280271

Black with #280271

Text Example


Text Example

White with #280271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280271; }

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

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

background-color css

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

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

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

border-color css

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

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

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