Html Css Color HEX #290086 Persian Indigo

📋 copy color: '#290086'

red 41 ◦ green 0 ◦ blue 134

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

Shades of Persian Indigo #290086

Tints of Persian Indigo #290086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 76.57%

R = 23.43%
G = 0%
B = 76.57%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290086 (or 0x290086) is known color: Persian Indigo. HEX triplet: 29, 00 and 86. RGB value is (41,0,134). Sum of RGB (Red+Green+Blue) = 41+0+134=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 0 (0.39% from 255 or 0% from 175); Blue value is 134 (52.73% from 255 or 76.57% from 175); Max value from RGB is 134 - color contains mainly: blue. Hex color #290086 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290086 is #D6FF79. Grayscale: #1B1B1B. Windows color (decimal): -14090106 or 8781865. OLE color: 8781865.

HSL color Cylindrical-coordinate representation of color #290086: hue angle of 258.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #290086 is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 0 134 -
CMYK 0.69 1 0 0.47
HSL 258.36º 1% 0.26% -
HSV(B) 258.36º 1% 0.53% -
XYZ 5.22 2.19 22.7 -
YUV 27.54 188.08 137.6 -
System Red Green Blue C M Y K H S L
Decimal 41 0 134 0.69 1 0 0.47 258.36 1 0.26
Hex 29 0 86 45 64 0 2F 102 64 1A
Octal 51 0 206 105 144 0 57 402 144 32
Binary 101001 0 10000110 1000101 1100100 0 101111 100000010 1100100 11010

Color Harmonies of #290086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290086

Black with #290086

Text Example


Text Example

White with #290086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290086; }

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

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

background-color css

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

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

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

border-color css

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

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

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