Html Css Color HEX #291085 Persian Indigo

📋 copy color: '#291085'

red 41 ◦ green 16 ◦ blue 133

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

Shades of Persian Indigo #291085

Tints of Persian Indigo #291085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70%

R = 21.58%
G = 8.42%
B = 70%

CMYK

 C value IS 0.69

 M value IS 0.88

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291085 (or 0x291085) is known color: Persian Indigo. HEX triplet: 29, 10 and 85. RGB value is (41,16,133). Sum of RGB (Red+Green+Blue) = 41+16+133=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 16 (6.64% from 255 or 8.42% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #291085 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291085 is #D6EF7A. Grayscale: #242424. Windows color (decimal): -14086011 or 8720425. OLE color: 8720425.

HSL color Cylindrical-coordinate representation of color #291085: hue angle of 252.82º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #291085 is Cyan = 0.69, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 16 133 -
CMYK 0.69 0.88 0 0.48
HSL 252.82º 0.79% 0.29% -
HSV(B) 252.82º 0.88% 0.52% -
XYZ 5.33 2.54 22.4 -
YUV 36.81 182.28 130.99 -
System Red Green Blue C M Y K H S L
Decimal 41 16 133 0.69 0.88 0 0.48 252.82 0.79 0.29
Hex 29 10 85 45 58 0 30 FD 4F 1D
Octal 51 20 205 105 130 0 60 375 117 35
Binary 101001 10000 10000101 1000101 1011000 0 110000 11111101 1001111 11101

Color Harmonies of #291085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291085

Black with #291085

Text Example


Text Example

White with #291085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291085; }

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

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

background-color css

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

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

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

border-color css

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

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

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