Html Css Color HEX #290F84 Persian Indigo

📋 copy color: '#290F84'

red 41 ◦ green 15 ◦ blue 132

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

Shades of Persian Indigo #290F84

Tints of Persian Indigo #290F84

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.98%

 BLUE value IS 132 (51.95% from 255) = 70.21%

R = 21.81%
G = 7.98%
B = 70.21%

CMYK

 C value IS 0.69

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290F84 (or 0x290F84) is known color: Persian Indigo. HEX triplet: 29, 0F and 84. RGB value is (41,15,132). Sum of RGB (Red+Green+Blue) = 41+15+132=188 (24% of max value = 765). Red value is 41 (16.41% from 255 or 21.81% from 188); Green value is 15 (6.25% from 255 or 7.98% from 188); Blue value is 132 (51.95% from 255 or 70.21% from 188); Max value from RGB is 132 - color contains mainly: blue. Hex color #290F84 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290F84 is #D6F07B. Grayscale: #232323. Windows color (decimal): -14086268 or 8654633. OLE color: 8654633.

HSL color Cylindrical-coordinate representation of color #290F84: hue angle of 253.33º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290F84 is Cyan = 0.69, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 15 132 -
CMYK 0.69 0.89 0 0.48
HSL 253.33º 0.8% 0.29% -
HSV(B) 253.33º 0.89% 0.52% -
XYZ 5.25 2.48 22.03 -
YUV 36.11 182.11 131.49 -
System Red Green Blue C M Y K H S L
Decimal 41 15 132 0.69 0.89 0 0.48 253.33 0.8 0.29
Hex 29 F 84 45 59 0 30 FD 50 1D
Octal 51 17 204 105 131 0 60 375 120 35
Binary 101001 1111 10000100 1000101 1011001 0 110000 11111101 1010000 11101

Color Harmonies of #290F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F84

Black with #290F84

Text Example


Text Example

White with #290F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290F84; }

 p { color: rgb(41,15,132); }

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

background-color css

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

 a { background-color: rgb(41,15,132); }

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

border-color css

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

 span { border-color: rgb(41,15,132); }

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