Html Css Color HEX #290087 Persian Indigo

📋 copy color: '#290087'

red 41 ◦ green 0 ◦ blue 135

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

Shades of Persian Indigo #290087

Tints of Persian Indigo #290087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 76.7%

R = 23.3%
G = 0%
B = 76.7%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#290087 (or 0x290087) is known color: Persian Indigo. HEX triplet: 29, 00 and 87. RGB value is (41,0,135). Sum of RGB (Red+Green+Blue) = 41+0+135=176 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.30% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 135 (53.12% from 255 or 76.70% from 176); Max value from RGB is 135 - color contains mainly: blue. Hex color #290087 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290087 is #D6FF78. Grayscale: #1B1B1B. Windows color (decimal): -14090105 or 8847401. OLE color: 8847401.

HSL color Cylindrical-coordinate representation of color #290087: hue angle of 258.22º 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 #290087 is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 0 135 -
CMYK 0.70 1 0 0.47
HSL 258.22º 1% 0.26% -
HSV(B) 258.22º 1% 0.53% -
XYZ 5.29 2.22 23.07 -
YUV 27.65 188.58 137.52 -
System Red Green Blue C M Y K H S L
Decimal 41 0 135 0.70 1 0 0.47 258.22 1 0.26
Hex 29 0 87 46 64 0 2F 102 64 1A
Octal 51 0 207 106 144 0 57 402 144 32
Binary 101001 0 10000111 1000110 1100100 0 101111 100000010 1100100 11010

Color Harmonies of #290087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290087

Black with #290087

Text Example


Text Example

White with #290087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290087; }

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

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

background-color css

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

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

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

border-color css

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

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

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