Html Css Color HEX #281970 Persian Indigo

📋 copy color: '#281970'

red 40 ◦ green 25 ◦ blue 112

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

Shades of Persian Indigo #281970

Tints of Persian Indigo #281970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 63.28%

R = 22.6%
G = 14.12%
B = 63.28%

CMYK

 C value IS 0.64

 M value IS 0.78

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#281970 (or 0x281970) is known color: Persian Indigo. HEX triplet: 28, 19 and 70. RGB value is (40,25,112). Sum of RGB (Red+Green+Blue) = 40+25+112=177 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.60% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 112 (44.14% from 255 or 63.28% from 177); Max value from RGB is 112 - color contains mainly: blue. Hex color #281970 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281970 is #D7E68F. Grayscale: #272727. Windows color (decimal): -14149264 or 7346472. OLE color: 7346472.

HSL color Cylindrical-coordinate representation of color #281970: hue angle of 250.34º 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 #281970 is Cyan = 0.64, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 40 25 112 -
CMYK 0.64 0.78 0 0.56
HSL 250.34º 0.64% 0.27% -
HSV(B) 250.34º 0.78% 0.44% -
XYZ 4.15 2.32 15.56 -
YUV 39.4 168.97 128.43 -
System Red Green Blue C M Y K H S L
Decimal 40 25 112 0.64 0.78 0 0.56 250.34 0.64 0.27
Hex 28 19 70 40 4E 0 38 FA 40 1B
Octal 50 31 160 100 116 0 70 372 100 33
Binary 101000 11001 1110000 1000000 1001110 0 111000 11111010 1000000 11011

Color Harmonies of #281970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281970

Black with #281970

Text Example


Text Example

White with #281970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281970; }

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

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

background-color css

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

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

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

border-color css

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

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

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