Html Css Color HEX #291065 Persian Indigo

📋 copy color: '#291065'

red 41 ◦ green 16 ◦ blue 101

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

Shades of Persian Indigo #291065

Tints of Persian Indigo #291065

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 63.92%

R = 25.95%
G = 10.13%
B = 63.92%

CMYK

 C value IS 0.59

 M value IS 0.84

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#291065 (or 0x291065) is known color: Persian Indigo. HEX triplet: 29, 10 and 65. RGB value is (41,16,101). Sum of RGB (Red+Green+Blue) = 41+16+101=158 (20% of max value = 765). Red value is 41 (16.41% from 255 or 25.95% from 158); Green value is 16 (6.64% from 255 or 10.13% from 158); Blue value is 101 (39.84% from 255 or 63.92% from 158); Max value from RGB is 101 - color contains mainly: blue. Hex color #291065 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #291065 is #D6EF9A. Grayscale: #202020. Windows color (decimal): -14086043 or 6623273. OLE color: 6623273.

HSL color Cylindrical-coordinate representation of color #291065: hue angle of 257.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #291065 is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 16 101 -
CMYK 0.59 0.84 0 0.60
HSL 257.65º 0.73% 0.23% -
HSV(B) 257.65º 0.84% 0.4% -
XYZ 3.45 1.78 12.47 -
YUV 33.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 41 16 101 0.59 0.84 0 0.60 257.65 0.73 0.23
Hex 29 10 65 3B 54 0 3C 102 49 17
Octal 51 20 145 73 124 0 74 402 111 27
Binary 101001 10000 1100101 111011 1010100 0 111100 100000010 1001001 10111

Color Harmonies of #291065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291065

Black with #291065

Text Example


Text Example

White with #291065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291065; }

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

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

background-color css

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

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

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

border-color css

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

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

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