Html Css Color HEX #292082 Persian Indigo

📋 copy color: '#292082'

red 41 ◦ green 32 ◦ blue 130

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

Shades of Persian Indigo #292082

Tints of Persian Indigo #292082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 64.04%

R = 20.2%
G = 15.76%
B = 64.04%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#292082 (or 0x292082) is known color: Persian Indigo. HEX triplet: 29, 20 and 82. RGB value is (41,32,130). Sum of RGB (Red+Green+Blue) = 41+32+130=203 (26% of max value = 765). Red value is 41 (16.41% from 255 or 20.20% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 130 (51.17% from 255 or 64.04% from 203); Max value from RGB is 130 - color contains mainly: blue. Hex color #292082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292082 is #D6DF7D. Grayscale: #2D2D2D. Windows color (decimal): -14081918 or 8527913. OLE color: 8527913.

HSL color Cylindrical-coordinate representation of color #292082: hue angle of 245.51º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #292082 is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 32 130 -
CMYK 0.68 0.75 0 0.49
HSL 245.51º 0.6% 0.32% -
HSV(B) 245.51º 0.75% 0.51% -
XYZ 5.46 3.12 21.43 -
YUV 45.86 175.48 124.53 -
System Red Green Blue C M Y K H S L
Decimal 41 32 130 0.68 0.75 0 0.49 245.51 0.6 0.32
Hex 29 20 82 44 4B 0 31 F6 3C 20
Octal 51 40 202 104 113 0 61 366 74 40
Binary 101001 100000 10000010 1000100 1001011 0 110001 11110110 111100 100000

Color Harmonies of #292082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292082

Black with #292082

Text Example


Text Example

White with #292082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292082; }

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

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

background-color css

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

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

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

border-color css

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

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

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