Html Css Color HEX #281876 Persian Indigo

📋 copy color: '#281876'

red 40 ◦ green 24 ◦ blue 118

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

Shades of Persian Indigo #281876

Tints of Persian Indigo #281876

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.19%

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

R = 21.98%
G = 13.19%
B = 64.84%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281876 (or 0x281876) is known color: Persian Indigo. HEX triplet: 28, 18 and 76. RGB value is (40,24,118). Sum of RGB (Red+Green+Blue) = 40+24+118=182 (24% of max value = 765). Red value is 40 (16.02% from 255 or 21.98% from 182); Green value is 24 (9.77% from 255 or 13.19% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #281876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281876 is #D7E789. Grayscale: #272727. Windows color (decimal): -14149514 or 7739432. OLE color: 7739432.

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

Color convert

RGB 40 24 118 -
CMYK 0.66 0.80 0 0.54
HSL 250.21º 0.66% 0.28% -
HSV(B) 250.21º 0.8% 0.46% -
XYZ 4.47 2.41 17.37 -
YUV 39.5 172.3 128.36 -
System Red Green Blue C M Y K H S L
Decimal 40 24 118 0.66 0.80 0 0.54 250.21 0.66 0.28
Hex 28 18 76 42 50 0 36 FA 42 1C
Octal 50 30 166 102 120 0 66 372 102 34
Binary 101000 11000 1110110 1000010 1010000 0 110110 11111010 1000010 11100

Color Harmonies of #281876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281876

Black with #281876

Text Example


Text Example

White with #281876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281876; }

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

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

background-color css

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

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

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

border-color css

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

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

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