Html Css Color HEX #291074 Persian Indigo

📋 copy color: '#291074'

red 41 ◦ green 16 ◦ blue 116

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

Shades of Persian Indigo #291074

Tints of Persian Indigo #291074

RGB

 RED value IS 41 (16.41% from 255) = 23.7%

 GREEN value IS 16 (6.64% from 255) = 9.25%

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

R = 23.7%
G = 9.25%
B = 67.05%

CMYK

 C value IS 0.65

 M value IS 0.86

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#291074 (or 0x291074) is known color: Persian Indigo. HEX triplet: 29, 10 and 74. RGB value is (41,16,116). Sum of RGB (Red+Green+Blue) = 41+16+116=173 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.70% from 173); Green value is 16 (6.64% from 255 or 9.25% 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 #291074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291074 is #D6EF8B. Grayscale: #222222. Windows color (decimal): -14086028 or 7606313. OLE color: 7606313.

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

Color convert

RGB 41 16 116 -
CMYK 0.65 0.86 0 0.55
HSL 255º 0.76% 0.26% -
HSV(B) 255º 0.86% 0.45% -
XYZ 4.25 2.1 16.7 -
YUV 34.88 173.78 132.37 -
System Red Green Blue C M Y K H S L
Decimal 41 16 116 0.65 0.86 0 0.55 255 0.76 0.26
Hex 29 10 74 41 56 0 37 FF 4C 1A
Octal 51 20 164 101 126 0 67 377 114 32
Binary 101001 10000 1110100 1000001 1010110 0 110111 11111111 1001100 11010

Color Harmonies of #291074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291074

Black with #291074

Text Example


Text Example

White with #291074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291074; }

 p { color: rgb(41,16,116); }

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

background-color css

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

 a { background-color: rgb(41,16,116); }

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

border-color css

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

 span { border-color: rgb(41,16,116); }

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