Html Css Color HEX #281481 Persian Indigo

📋 copy color: '#281481'

red 40 ◦ green 20 ◦ blue 129

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

Shades of Persian Indigo #281481

Tints of Persian Indigo #281481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 68.25%

R = 21.16%
G = 10.58%
B = 68.25%

CMYK

 C value IS 0.69

 M value IS 0.84

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281481 (or 0x281481) is known color: Persian Indigo. HEX triplet: 28, 14 and 81. RGB value is (40,20,129). Sum of RGB (Red+Green+Blue) = 40+20+129=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 129 (50.78% from 255 or 68.25% from 189); Max value from RGB is 129 - color contains mainly: blue. Hex color #281481 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281481 is #D7EB7E. Grayscale: #252525. Windows color (decimal): -14150527 or 8459304. OLE color: 8459304.

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

Color convert

RGB 40 20 129 -
CMYK 0.69 0.84 0 0.49
HSL 251.01º 0.73% 0.29% -
HSV(B) 251.01º 0.84% 0.51% -
XYZ 5.09 2.54 20.99 -
YUV 38.41 179.13 129.14 -
System Red Green Blue C M Y K H S L
Decimal 40 20 129 0.69 0.84 0 0.49 251.01 0.73 0.29
Hex 28 14 81 45 54 0 31 FB 49 1D
Octal 50 24 201 105 124 0 61 373 111 35
Binary 101000 10100 10000001 1000101 1010100 0 110001 11111011 1001001 11101

Color Harmonies of #281481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281481

Black with #281481

Text Example


Text Example

White with #281481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281481; }

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

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

background-color css

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

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

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

border-color css

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

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

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