Html Css Color HEX #281980 Persian Indigo

📋 copy color: '#281980'

red 40 ◦ green 25 ◦ blue 128

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

Shades of Persian Indigo #281980

Tints of Persian Indigo #281980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.95%

 BLUE value IS 128 (50.39% from 255) = 66.32%

R = 20.73%
G = 12.95%
B = 66.32%

CMYK

 C value IS 0.69

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#281980 (or 0x281980) is known color: Persian Indigo. HEX triplet: 28, 19 and 80. RGB value is (40,25,128). Sum of RGB (Red+Green+Blue) = 40+25+128=193 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.73% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 128 (50.39% from 255 or 66.32% from 193); Max value from RGB is 128 - color contains mainly: blue. Hex color #281980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281980 is #D7E67F. Grayscale: #282828. Windows color (decimal): -14149248 or 8395048. OLE color: 8395048.

HSL color Cylindrical-coordinate representation of color #281980: hue angle of 248.74º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #281980 is Cyan = 0.69, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 25 128 -
CMYK 0.69 0.80 0 0.50
HSL 248.74º 0.67% 0.3% -
HSV(B) 248.74º 0.8% 0.5% -
XYZ 5.12 2.7 20.67 -
YUV 41.23 176.97 127.12 -
System Red Green Blue C M Y K H S L
Decimal 40 25 128 0.69 0.80 0 0.50 248.74 0.67 0.3
Hex 28 19 80 45 50 0 32 F9 43 1E
Octal 50 31 200 105 120 0 62 371 103 36
Binary 101000 11001 10000000 1000101 1010000 0 110010 11111001 1000011 11110

Color Harmonies of #281980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281980

Black with #281980

Text Example


Text Example

White with #281980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281980; }

 p { color: rgb(40,25,128); }

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

background-color css

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

 a { background-color: rgb(40,25,128); }

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

border-color css

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

 span { border-color: rgb(40,25,128); }

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