Html Css Color HEX #281381 Persian Indigo

📋 copy color: '#281381'

red 40 ◦ green 19 ◦ blue 129

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

Shades of Persian Indigo #281381

Tints of Persian Indigo #281381

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.11%

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

R = 21.28%
G = 10.11%
B = 68.62%

CMYK

 C value IS 0.69

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#281381 (or 0x281381) is known color: Persian Indigo. HEX triplet: 28, 13 and 81. RGB value is (40,19,129). Sum of RGB (Red+Green+Blue) = 40+19+129=188 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.28% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 129 (50.78% from 255 or 68.62% from 188); Max value from RGB is 129 - color contains mainly: blue. Hex color #281381 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281381 is #D7EC7E. Grayscale: #252525. Windows color (decimal): -14150783 or 8459048. OLE color: 8459048.

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

Color convert

RGB 40 19 129 -
CMYK 0.69 0.85 0 0.49
HSL 251.45º 0.74% 0.29% -
HSV(B) 251.45º 0.85% 0.51% -
XYZ 5.07 2.5 20.98 -
YUV 37.82 179.46 129.56 -
System Red Green Blue C M Y K H S L
Decimal 40 19 129 0.69 0.85 0 0.49 251.45 0.74 0.29
Hex 28 13 81 45 55 0 31 FB 4A 1D
Octal 50 23 201 105 125 0 61 373 112 35
Binary 101000 10011 10000001 1000101 1010101 0 110001 11111011 1001010 11101

Color Harmonies of #281381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281381

Black with #281381

Text Example


Text Example

White with #281381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281381; }

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

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

background-color css

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

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

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

border-color css

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

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

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