Html Css Color HEX #281480 Persian Indigo

📋 copy color: '#281480'

red 40 ◦ green 20 ◦ blue 128

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

Shades of Persian Indigo #281480

Tints of Persian Indigo #281480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.64%

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

R = 21.28%
G = 10.64%
B = 68.09%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#281480 (or 0x281480) is known color: Persian Indigo. HEX triplet: 28, 14 and 80. RGB value is (40,20,128). Sum of RGB (Red+Green+Blue) = 40+20+128=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 20 (8.20% from 255 or 10.64% from 188); Blue value is 128 (50.39% from 255 or 68.09% from 188); Max value from RGB is 128 - color contains mainly: blue. Hex color #281480 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281480 is #D7EB7F. Grayscale: #252525. Windows color (decimal): -14150528 or 8393768. OLE color: 8393768.

HSL color Cylindrical-coordinate representation of color #281480: hue angle of 251.11º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #281480 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 40 20 128 -
CMYK 0.69 0.84 0 0.50
HSL 251.11º 0.73% 0.29% -
HSV(B) 251.11º 0.84% 0.5% -
XYZ 5.02 2.51 20.64 -
YUV 38.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 40 20 128 0.69 0.84 0 0.50 251.11 0.73 0.29
Hex 28 14 80 45 54 0 32 FB 49 1D
Octal 50 24 200 105 124 0 62 373 111 35
Binary 101000 10100 10000000 1000101 1010100 0 110010 11111011 1001001 11101

Color Harmonies of #281480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281480

Black with #281480

Text Example


Text Example

White with #281480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281480; }

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

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

background-color css

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

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

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

border-color css

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

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

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