Html Css Color HEX #281976 Persian Indigo

📋 copy color: '#281976'

red 40 ◦ green 25 ◦ blue 118

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

Shades of Persian Indigo #281976

Tints of Persian Indigo #281976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 64.48%

R = 21.86%
G = 13.66%
B = 64.48%

CMYK

 C value IS 0.66

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281976 (or 0x281976) is known color: Persian Indigo. HEX triplet: 28, 19 and 76. RGB value is (40,25,118). Sum of RGB (Red+Green+Blue) = 40+25+118=183 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.86% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 118 (46.48% from 255 or 64.48% from 183); Max value from RGB is 118 - color contains mainly: blue. Hex color #281976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281976 is #D7E689. Grayscale: #272727. Windows color (decimal): -14149258 or 7739688. OLE color: 7739688.

HSL color Cylindrical-coordinate representation of color #281976: hue angle of 249.68º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #281976 is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 25 118 -
CMYK 0.66 0.79 0 0.54
HSL 249.68º 0.65% 0.28% -
HSV(B) 249.68º 0.79% 0.46% -
XYZ 4.49 2.45 17.38 -
YUV 40.09 171.97 127.94 -
System Red Green Blue C M Y K H S L
Decimal 40 25 118 0.66 0.79 0 0.54 249.68 0.65 0.28
Hex 28 19 76 42 4F 0 36 FA 41 1C
Octal 50 31 166 102 117 0 66 372 101 34
Binary 101000 11001 1110110 1000010 1001111 0 110110 11111010 1000001 11100

Color Harmonies of #281976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281976

Black with #281976

Text Example


Text Example

White with #281976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281976; }

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

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

background-color css

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

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

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

border-color css

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

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

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