Html Css Color HEX #280172 Persian Indigo

📋 copy color: '#280172'

red 40 ◦ green 1 ◦ blue 114

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

Shades of Persian Indigo #280172

Tints of Persian Indigo #280172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 73.55%

R = 25.81%
G = 0.65%
B = 73.55%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#280172 (or 0x280172) is known color: Persian Indigo. HEX triplet: 28, 01 and 72. RGB value is (40,1,114). Sum of RGB (Red+Green+Blue) = 40+1+114=155 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.81% from 155); Green value is 1 (0.78% from 255 or 0.65% from 155); Blue value is 114 (44.92% from 255 or 73.55% from 155); Max value from RGB is 114 - color contains mainly: blue. Hex color #280172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #280172 is #D7FE8D. Grayscale: #191919. Windows color (decimal): -14155406 or 7471400. OLE color: 7471400.

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

Color convert

RGB 40 1 114 -
CMYK 0.65 0.99 0 0.55
HSL 260.71º 0.98% 0.23% -
HSV(B) 260.71º 0.99% 0.45% -
XYZ 3.92 1.69 16.04 -
YUV 25.54 177.92 138.31 -
System Red Green Blue C M Y K H S L
Decimal 40 1 114 0.65 0.99 0 0.55 260.71 0.98 0.23
Hex 28 1 72 41 63 0 37 105 62 17
Octal 50 1 162 101 143 0 67 405 142 27
Binary 101000 1 1110010 1000001 1100011 0 110111 100000101 1100010 10111

Color Harmonies of #280172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #280172

Black with #280172

Text Example


Text Example

White with #280172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #280172; }

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

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

background-color css

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

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

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

border-color css

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

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

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