Html Css Color HEX #292087 Persian Indigo

📋 copy color: '#292087'

red 41 ◦ green 32 ◦ blue 135

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

Shades of Persian Indigo #292087

Tints of Persian Indigo #292087

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.38%

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

R = 19.71%
G = 15.38%
B = 64.9%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#292087 (or 0x292087) is known color: Persian Indigo. HEX triplet: 29, 20 and 87. RGB value is (41,32,135). Sum of RGB (Red+Green+Blue) = 41+32+135=208 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.71% from 208); Green value is 32 (12.89% from 255 or 15.38% from 208); Blue value is 135 (53.12% from 255 or 64.90% from 208); Max value from RGB is 135 - color contains mainly: blue. Hex color #292087 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292087 is #D6DF78. Grayscale: #2E2E2E. Windows color (decimal): -14081913 or 8855593. OLE color: 8855593.

HSL color Cylindrical-coordinate representation of color #292087: hue angle of 245.24º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #292087 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 32 135 -
CMYK 0.70 0.76 0 0.47
HSL 245.24º 0.62% 0.33% -
HSV(B) 245.24º 0.76% 0.53% -
XYZ 5.8 3.25 23.24 -
YUV 46.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 41 32 135 0.70 0.76 0 0.47 245.24 0.62 0.33
Hex 29 20 87 46 4C 0 2F F5 3E 21
Octal 51 40 207 106 114 0 57 365 76 41
Binary 101001 100000 10000111 1000110 1001100 0 101111 11110101 111110 100001

Color Harmonies of #292087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292087

Black with #292087

Text Example


Text Example

White with #292087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292087; }

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

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

background-color css

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

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

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

border-color css

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

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

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