Html Css Color HEX #291682 Persian Indigo

📋 copy color: '#291682'

red 41 ◦ green 22 ◦ blue 130

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

Shades of Persian Indigo #291682

Tints of Persian Indigo #291682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 67.36%

R = 21.24%
G = 11.4%
B = 67.36%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291682 (or 0x291682) is known color: Persian Indigo. HEX triplet: 29, 16 and 82. RGB value is (41,22,130). Sum of RGB (Red+Green+Blue) = 41+22+130=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 22 (8.98% from 255 or 11.40% from 193); Blue value is 130 (51.17% from 255 or 67.36% from 193); Max value from RGB is 130 - color contains mainly: blue. Hex color #291682 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291682 is #D6E97D. Grayscale: #272727. Windows color (decimal): -14084478 or 8525353. OLE color: 8525353.

HSL color Cylindrical-coordinate representation of color #291682: hue angle of 250.56º 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 #291682 is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 22 130 -
CMYK 0.68 0.83 0 0.49
HSL 250.56º 0.71% 0.3% -
HSV(B) 250.56º 0.83% 0.51% -
XYZ 5.23 2.66 21.36 -
YUV 39.99 178.79 128.72 -
System Red Green Blue C M Y K H S L
Decimal 41 22 130 0.68 0.83 0 0.49 250.56 0.71 0.3
Hex 29 16 82 44 53 0 31 FB 47 1E
Octal 51 26 202 104 123 0 61 373 107 36
Binary 101001 10110 10000010 1000100 1010011 0 110001 11111011 1000111 11110

Color Harmonies of #291682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291682

Black with #291682

Text Example


Text Example

White with #291682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291682; }

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

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

background-color css

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

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

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

border-color css

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

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

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