Html Css Color HEX #281972 Persian Indigo

📋 copy color: '#281972'

red 40 ◦ green 25 ◦ blue 114

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

Shades of Persian Indigo #281972

Tints of Persian Indigo #281972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 63.69%

R = 22.35%
G = 13.97%
B = 63.69%

CMYK

 C value IS 0.65

 M value IS 0.78

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281972 (or 0x281972) is known color: Persian Indigo. HEX triplet: 28, 19 and 72. RGB value is (40,25,114). Sum of RGB (Red+Green+Blue) = 40+25+114=179 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.35% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 114 (44.92% from 255 or 63.69% from 179); Max value from RGB is 114 - color contains mainly: blue. Hex color #281972 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281972 is #D7E68D. Grayscale: #272727. Windows color (decimal): -14149262 or 7477544. OLE color: 7477544.

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

Color convert

RGB 40 25 114 -
CMYK 0.65 0.78 0 0.55
HSL 250.11º 0.64% 0.27% -
HSV(B) 250.11º 0.78% 0.45% -
XYZ 4.26 2.36 16.15 -
YUV 39.63 169.97 128.26 -
System Red Green Blue C M Y K H S L
Decimal 40 25 114 0.65 0.78 0 0.55 250.11 0.64 0.27
Hex 28 19 72 41 4E 0 37 FA 40 1B
Octal 50 31 162 101 116 0 67 372 100 33
Binary 101000 11001 1110010 1000001 1001110 0 110111 11111010 1000000 11011

Color Harmonies of #281972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281972

Black with #281972

Text Example


Text Example

White with #281972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281972; }

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

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

background-color css

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

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

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

border-color css

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

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

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