Html Css Color HEX #290F8B Persian Indigo

📋 copy color: '#290F8B'

red 41 ◦ green 15 ◦ blue 139

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

Shades of Persian Indigo #290F8B

Tints of Persian Indigo #290F8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 71.28%

R = 21.03%
G = 7.69%
B = 71.28%

CMYK

 C value IS 0.71

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#290F8B (or 0x290F8B) is known color: Persian Indigo. HEX triplet: 29, 0F and 8B. RGB value is (41,15,139). Sum of RGB (Red+Green+Blue) = 41+15+139=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 15 (6.25% from 255 or 7.69% from 195); Blue value is 139 (54.69% from 255 or 71.28% from 195); Max value from RGB is 139 - color contains mainly: blue. Hex color #290F8B is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290F8B is #D6F074. Grayscale: #242424. Windows color (decimal): -14086261 or 9113385. OLE color: 9113385.

HSL color Cylindrical-coordinate representation of color #290F8B: hue angle of 252.58º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290F8B is Cyan = 0.71, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 15 139 -
CMYK 0.71 0.89 0 0.45
HSL 252.58º 0.81% 0.3% -
HSV(B) 252.58º 0.89% 0.55% -
XYZ 5.75 2.68 24.64 -
YUV 36.91 185.61 130.92 -
System Red Green Blue C M Y K H S L
Decimal 41 15 139 0.71 0.89 0 0.45 252.58 0.81 0.3
Hex 29 F 8B 47 59 0 2D FD 51 1E
Octal 51 17 213 107 131 0 55 375 121 36
Binary 101001 1111 10001011 1000111 1011001 0 101101 11111101 1010001 11110

Color Harmonies of #290F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290F8B

Black with #290F8B

Text Example


Text Example

White with #290F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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