Html Css Color HEX #281676 Persian Indigo

📋 copy color: '#281676'

red 40 ◦ green 22 ◦ blue 118

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

Shades of Persian Indigo #281676

Tints of Persian Indigo #281676

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.22%

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

R = 22.22%
G = 12.22%
B = 65.56%

CMYK

 C value IS 0.66

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#281676 (or 0x281676) is known color: Persian Indigo. HEX triplet: 28, 16 and 76. RGB value is (40,22,118). Sum of RGB (Red+Green+Blue) = 40+22+118=180 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.22% from 180); Green value is 22 (8.98% from 255 or 12.22% from 180); Blue value is 118 (46.48% from 255 or 65.56% from 180); Max value from RGB is 118 - color contains mainly: blue. Hex color #281676 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281676 is #D7E989. Grayscale: #252525. Windows color (decimal): -14150026 or 7738920. OLE color: 7738920.

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

Color convert

RGB 40 22 118 -
CMYK 0.66 0.81 0 0.54
HSL 251.25º 0.69% 0.27% -
HSV(B) 251.25º 0.81% 0.46% -
XYZ 4.43 2.33 17.36 -
YUV 38.33 172.96 129.19 -
System Red Green Blue C M Y K H S L
Decimal 40 22 118 0.66 0.81 0 0.54 251.25 0.69 0.27
Hex 28 16 76 42 51 0 36 FB 45 1B
Octal 50 26 166 102 121 0 66 373 105 33
Binary 101000 10110 1110110 1000010 1010001 0 110110 11111011 1000101 11011

Color Harmonies of #281676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281676

Black with #281676

Text Example


Text Example

White with #281676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281676; }

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

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

background-color css

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

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

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

border-color css

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

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

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