Html Css Color HEX #290175 Persian Indigo

📋 copy color: '#290175'

red 41 ◦ green 1 ◦ blue 117

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

Shades of Persian Indigo #290175

Tints of Persian Indigo #290175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.63%

 BLUE value IS 117 (46.09% from 255) = 73.58%

R = 25.79%
G = 0.63%
B = 73.58%

CMYK

 C value IS 0.65

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#290175 (or 0x290175) is known color: Persian Indigo. HEX triplet: 29, 01 and 75. RGB value is (41,1,117). Sum of RGB (Red+Green+Blue) = 41+1+117=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 1 (0.78% from 255 or 0.63% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #290175 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290175 is #D6FE8A. Grayscale: #191919. Windows color (decimal): -14089867 or 7668009. OLE color: 7668009.

HSL color Cylindrical-coordinate representation of color #290175: hue angle of 260.69º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290175 is Cyan = 0.65, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 1 117 -
CMYK 0.65 0.99 0 0.54
HSL 260.69º 0.98% 0.23% -
HSV(B) 260.69º 0.99% 0.46% -
XYZ 4.14 1.78 16.95 -
YUV 26.18 179.25 138.57 -
System Red Green Blue C M Y K H S L
Decimal 41 1 117 0.65 0.99 0 0.54 260.69 0.98 0.23
Hex 29 1 75 41 63 0 36 105 62 17
Octal 51 1 165 101 143 0 66 405 142 27
Binary 101001 1 1110101 1000001 1100011 0 110110 100000101 1100010 10111

Color Harmonies of #290175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290175

Black with #290175

Text Example


Text Example

White with #290175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290175; }

 p { color: rgb(41,1,117); }

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

background-color css

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

 a { background-color: rgb(41,1,117); }

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

border-color css

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

 span { border-color: rgb(41,1,117); }

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