Html Css Color HEX #281971 Persian Indigo

📋 copy color: '#281971'

red 40 ◦ green 25 ◦ blue 113

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

Shades of Persian Indigo #281971

Tints of Persian Indigo #281971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 63.48%

R = 22.47%
G = 14.04%
B = 63.48%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#281971 (or 0x281971) is known color: Persian Indigo. HEX triplet: 28, 19 and 71. RGB value is (40,25,113). Sum of RGB (Red+Green+Blue) = 40+25+113=178 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.47% from 178); Green value is 25 (10.16% from 255 or 14.04% from 178); Blue value is 113 (44.53% from 255 or 63.48% from 178); Max value from RGB is 113 - color contains mainly: blue. Hex color #281971 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281971 is #D7E68E. Grayscale: #272727. Windows color (decimal): -14149263 or 7412008. OLE color: 7412008.

HSL color Cylindrical-coordinate representation of color #281971: hue angle of 250.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #281971 is Cyan = 0.65, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 25 113 -
CMYK 0.65 0.78 0 0.56
HSL 250.23º 0.64% 0.27% -
HSV(B) 250.23º 0.78% 0.44% -
XYZ 4.2 2.34 15.85 -
YUV 39.52 169.47 128.34 -
System Red Green Blue C M Y K H S L
Decimal 40 25 113 0.65 0.78 0 0.56 250.23 0.64 0.27
Hex 28 19 71 41 4E 0 38 FA 40 1B
Octal 50 31 161 101 116 0 70 372 100 33
Binary 101000 11001 1110001 1000001 1001110 0 111000 11111010 1000000 11011

Color Harmonies of #281971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281971

Black with #281971

Text Example


Text Example

White with #281971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281971; }

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

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

background-color css

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

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

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

border-color css

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

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

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