Html Css Color HEX #291683 Persian Indigo

📋 copy color: '#291683'

red 41 ◦ green 22 ◦ blue 131

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

Shades of Persian Indigo #291683

Tints of Persian Indigo #291683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 67.53%

R = 21.13%
G = 11.34%
B = 67.53%

CMYK

 C value IS 0.69

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291683 (or 0x291683) is known color: Persian Indigo. HEX triplet: 29, 16 and 83. RGB value is (41,22,131). Sum of RGB (Red+Green+Blue) = 41+22+131=194 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.13% from 194); Green value is 22 (8.98% from 255 or 11.34% from 194); Blue value is 131 (51.56% from 255 or 67.53% from 194); Max value from RGB is 131 - color contains mainly: blue. Hex color #291683 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291683 is #D6E97C. Grayscale: #272727. Windows color (decimal): -14084477 or 8590889. OLE color: 8590889.

HSL color Cylindrical-coordinate representation of color #291683: hue angle of 250.46º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #291683 is Cyan = 0.69, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 22 131 -
CMYK 0.69 0.83 0 0.49
HSL 250.46º 0.71% 0.3% -
HSV(B) 250.46º 0.83% 0.51% -
XYZ 5.3 2.68 21.71 -
YUV 40.11 179.29 128.64 -
System Red Green Blue C M Y K H S L
Decimal 41 22 131 0.69 0.83 0 0.49 250.46 0.71 0.3
Hex 29 16 83 45 53 0 31 FA 47 1E
Octal 51 26 203 105 123 0 61 372 107 36
Binary 101001 10110 10000011 1000101 1010011 0 110001 11111010 1000111 11110

Color Harmonies of #291683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291683

Black with #291683

Text Example


Text Example

White with #291683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291683; }

 p { color: rgb(41,22,131); }

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

background-color css

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

 a { background-color: rgb(41,22,131); }

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

border-color css

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

 span { border-color: rgb(41,22,131); }

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