Html Css Color HEX #290074 Persian Indigo

📋 copy color: '#290074'

red 41 ◦ green 0 ◦ blue 116

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

Shades of Persian Indigo #290074

Tints of Persian Indigo #290074

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 116 (45.7% from 255) = 73.89%

R = 26.11%
G = 0%
B = 73.89%

CMYK

 C value IS 0.65

 M value IS 1

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#290074 (or 0x290074) is known color: Persian Indigo. HEX triplet: 29, 00 and 74. RGB value is (41,0,116). Sum of RGB (Red+Green+Blue) = 41+0+116=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 0 (0.39% from 255 or 0% from 157); Blue value is 116 (45.70% from 255 or 73.89% from 157); Max value from RGB is 116 - color contains mainly: blue. Hex color #290074 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290074 is #D6FF8B. Grayscale: #191919. Windows color (decimal): -14090124 or 7602217. OLE color: 7602217.

HSL color Cylindrical-coordinate representation of color #290074: hue angle of 261.21º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290074 is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 41 0 116 -
CMYK 0.65 1 0 0.55
HSL 261.21º 1% 0.23% -
HSV(B) 261.21º 1% 0.45% -
XYZ 4.07 1.73 16.64 -
YUV 25.48 179.08 139.07 -
System Red Green Blue C M Y K H S L
Decimal 41 0 116 0.65 1 0 0.55 261.21 1 0.23
Hex 29 0 74 41 64 0 37 105 64 17
Octal 51 0 164 101 144 0 67 405 144 27
Binary 101001 0 1110100 1000001 1100100 0 110111 100000101 1100100 10111

Color Harmonies of #290074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290074

Black with #290074

Text Example


Text Example

White with #290074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290074; }

 p { color: rgb(41,0,116); }

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

background-color css

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

 a { background-color: rgb(41,0,116); }

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

border-color css

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

 span { border-color: rgb(41,0,116); }

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