Html Css Color HEX #281172 Persian Indigo

📋 copy color: '#281172'

red 40 ◦ green 17 ◦ blue 114

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

Shades of Persian Indigo #281172

Tints of Persian Indigo #281172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.94%

 BLUE value IS 114 (44.92% from 255) = 66.67%

R = 23.39%
G = 9.94%
B = 66.67%

CMYK

 C value IS 0.65

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281172 (or 0x281172) is known color: Persian Indigo. HEX triplet: 28, 11 and 72. RGB value is (40,17,114). Sum of RGB (Red+Green+Blue) = 40+17+114=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 114 (44.92% from 255 or 66.67% from 171); Max value from RGB is 114 - color contains mainly: blue. Hex color #281172 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281172 is #D7EE8D. Grayscale: #222222. Windows color (decimal): -14151310 or 7475496. OLE color: 7475496.

HSL color Cylindrical-coordinate representation of color #281172: hue angle of 254.23º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #281172 is Cyan = 0.65, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 17 114 -
CMYK 0.65 0.85 0 0.55
HSL 254.23º 0.74% 0.26% -
HSV(B) 254.23º 0.85% 0.45% -
XYZ 4.11 2.07 16.1 -
YUV 34.94 172.62 131.61 -
System Red Green Blue C M Y K H S L
Decimal 40 17 114 0.65 0.85 0 0.55 254.23 0.74 0.26
Hex 28 11 72 41 55 0 37 FE 4A 1A
Octal 50 21 162 101 125 0 67 376 112 32
Binary 101000 10001 1110010 1000001 1010101 0 110111 11111110 1001010 11010

Color Harmonies of #281172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281172

Black with #281172

Text Example


Text Example

White with #281172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281172; }

 p { color: rgb(40,17,114); }

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

background-color css

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

 a { background-color: rgb(40,17,114); }

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

border-color css

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

 span { border-color: rgb(40,17,114); }

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