Html Css Color HEX #281174 Persian Indigo

📋 copy color: '#281174'

red 40 ◦ green 17 ◦ blue 116

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

Shades of Persian Indigo #281174

Tints of Persian Indigo #281174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 67.05%

R = 23.12%
G = 9.83%
B = 67.05%

CMYK

 C value IS 0.66

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#281174 (or 0x281174) is known color: Persian Indigo. HEX triplet: 28, 11 and 74. RGB value is (40,17,116). Sum of RGB (Red+Green+Blue) = 40+17+116=173 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.12% from 173); Green value is 17 (7.03% from 255 or 9.83% from 173); Blue value is 116 (45.70% from 255 or 67.05% from 173); Max value from RGB is 116 - color contains mainly: blue. Hex color #281174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281174 is #D7EE8B. Grayscale: #222222. Windows color (decimal): -14151308 or 7606568. OLE color: 7606568.

HSL color Cylindrical-coordinate representation of color #281174: hue angle of 253.94º 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 #281174 is Cyan = 0.66, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 17 116 -
CMYK 0.66 0.85 0 0.55
HSL 253.94º 0.74% 0.26% -
HSV(B) 253.94º 0.85% 0.45% -
XYZ 4.23 2.11 16.71 -
YUV 35.16 173.62 131.45 -
System Red Green Blue C M Y K H S L
Decimal 40 17 116 0.66 0.85 0 0.55 253.94 0.74 0.26
Hex 28 11 74 42 55 0 37 FE 4A 1A
Octal 50 21 164 102 125 0 67 376 112 32
Binary 101000 10001 1110100 1000010 1010101 0 110111 11111110 1001010 11010

Color Harmonies of #281174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281174

Black with #281174

Text Example


Text Example

White with #281174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281174; }

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

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

background-color css

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

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

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

border-color css

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

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

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