Html Css Color HEX #290785 Persian Indigo

📋 copy color: '#290785'

red 41 ◦ green 7 ◦ blue 133

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

Shades of Persian Indigo #290785

Tints of Persian Indigo #290785

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

 BLUE value IS 133 (52.34% from 255) = 73.48%

R = 22.65%
G = 3.87%
B = 73.48%

CMYK

 C value IS 0.69

 M value IS 0.95

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290785 (or 0x290785) is known color: Persian Indigo. HEX triplet: 29, 07 and 85. RGB value is (41,7,133). Sum of RGB (Red+Green+Blue) = 41+7+133=181 (23% of max value = 765). Red value is 41 (16.41% from 255 or 22.65% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 133 (52.34% from 255 or 73.48% from 181); Max value from RGB is 133 - color contains mainly: blue. Hex color #290785 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290785 is #D6F87A. Grayscale: #1F1F1F. Windows color (decimal): -14088315 or 8718121. OLE color: 8718121.

HSL color Cylindrical-coordinate representation of color #290785: hue angle of 256.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #290785 is Cyan = 0.69, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 7 133 -
CMYK 0.69 0.95 0 0.48
HSL 256.19º 0.9% 0.27% -
HSV(B) 256.19º 0.95% 0.52% -
XYZ 5.22 2.32 22.36 -
YUV 31.53 185.26 134.75 -
System Red Green Blue C M Y K H S L
Decimal 41 7 133 0.69 0.95 0 0.48 256.19 0.9 0.27
Hex 29 7 85 45 5F 0 30 100 5A 1B
Octal 51 7 205 105 137 0 60 400 132 33
Binary 101001 111 10000101 1000101 1011111 0 110000 100000000 1011010 11011

Color Harmonies of #290785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290785

Black with #290785

Text Example


Text Example

White with #290785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290785; }

 p { color: rgb(41,7,133); }

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

background-color css

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

 a { background-color: rgb(41,7,133); }

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

border-color css

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

 span { border-color: rgb(41,7,133); }

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