Html Css Color HEX #281581 Persian Indigo

📋 copy color: '#281581'

red 40 ◦ green 21 ◦ blue 129

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

Shades of Persian Indigo #281581

Tints of Persian Indigo #281581

RGB

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

 GREEN value IS 21 (8.59% from 255) = 11.05%

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

R = 21.05%
G = 11.05%
B = 67.89%

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

#281581 (or 0x281581) is known color: Persian Indigo. HEX triplet: 28, 15 and 81. RGB value is (40,21,129). Sum of RGB (Red+Green+Blue) = 40+21+129=190 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.05% from 190); Green value is 21 (8.59% from 255 or 11.05% from 190); Blue value is 129 (50.78% from 255 or 67.89% from 190); Max value from RGB is 129 - color contains mainly: blue. Hex color #281581 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #281581 is #D7EA7E. Grayscale: #262626. Windows color (decimal): -14150271 or 8459560. OLE color: 8459560.

HSL color Cylindrical-coordinate representation of color #281581: hue angle of 250.56º degrees, saturation: 0.72, 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 #281581 is Cyan = 0.69, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 40 21 129 -
CMYK 0.69 0.84 0 0.49
HSL 250.56º 0.72% 0.29% -
HSV(B) 250.56º 0.84% 0.51% -
XYZ 5.11 2.57 21 -
YUV 38.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 40 21 129 0.69 0.84 0 0.49 250.56 0.72 0.29
Hex 28 15 81 45 54 0 31 FB 48 1D
Octal 50 25 201 105 124 0 61 373 110 35
Binary 101000 10101 10000001 1000101 1010100 0 110001 11111011 1001000 11101

Color Harmonies of #281581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281581

Black with #281581

Text Example


Text Example

White with #281581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281581; }

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

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

background-color css

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

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

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

border-color css

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

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

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