Html Css Color HEX #281776 Persian Indigo

📋 copy color: '#281776'

red 40 ◦ green 23 ◦ blue 118

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

Shades of Persian Indigo #281776

Tints of Persian Indigo #281776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 12.71%

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

R = 22.1%
G = 12.71%
B = 65.19%

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

#281776 (or 0x281776) is known color: Persian Indigo. HEX triplet: 28, 17 and 76. RGB value is (40,23,118). Sum of RGB (Red+Green+Blue) = 40+23+118=181 (23% of max value = 765). Red value is 40 (16.02% from 255 or 22.10% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 118 (46.48% from 255 or 65.19% from 181); Max value from RGB is 118 - color contains mainly: blue. Hex color #281776 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281776 is #D7E889. Grayscale: #262626. Windows color (decimal): -14149770 or 7739176. OLE color: 7739176.

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

Color convert

RGB 40 23 118 -
CMYK 0.66 0.81 0 0.54
HSL 250.74º 0.67% 0.28% -
HSV(B) 250.74º 0.81% 0.46% -
XYZ 4.45 2.37 17.36 -
YUV 38.91 172.63 128.78 -
System Red Green Blue C M Y K H S L
Decimal 40 23 118 0.66 0.81 0 0.54 250.74 0.67 0.28
Hex 28 17 76 42 51 0 36 FB 43 1C
Octal 50 27 166 102 121 0 66 373 103 34
Binary 101000 10111 1110110 1000010 1010001 0 110110 11111011 1000011 11100

Color Harmonies of #281776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281776

Black with #281776

Text Example


Text Example

White with #281776

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281776; }

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

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

background-color css

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

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

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

border-color css

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

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

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