Html Css Color HEX #290185 Persian Indigo

📋 copy color: '#290185'

red 41 ◦ green 1 ◦ blue 133

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

Shades of Persian Indigo #290185

Tints of Persian Indigo #290185

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.57%

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

R = 23.43%
G = 0.57%
B = 76%

CMYK

 C value IS 0.69

 M value IS 0.99

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#290185 (or 0x290185) is known color: Persian Indigo. HEX triplet: 29, 01 and 85. RGB value is (41,1,133). Sum of RGB (Red+Green+Blue) = 41+1+133=175 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.43% from 175); Green value is 1 (0.78% from 255 or 0.57% from 175); Blue value is 133 (52.34% from 255 or 76% from 175); Max value from RGB is 133 - color contains mainly: blue. Hex color #290185 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #290185 is #D6FE7A. Grayscale: #1B1B1B. Windows color (decimal): -14089851 or 8716585. OLE color: 8716585.

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

Color convert

RGB 41 1 133 -
CMYK 0.69 0.99 0 0.48
HSL 258.18º 0.99% 0.26% -
HSV(B) 258.18º 0.99% 0.52% -
XYZ 5.16 2.19 22.34 -
YUV 28.01 187.25 137.27 -
System Red Green Blue C M Y K H S L
Decimal 41 1 133 0.69 0.99 0 0.48 258.18 0.99 0.26
Hex 29 1 85 45 63 0 30 102 63 1A
Octal 51 1 205 105 143 0 60 402 143 32
Binary 101001 1 10000101 1000101 1100011 0 110000 100000010 1100011 11010

Color Harmonies of #290185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290185

Black with #290185

Text Example


Text Example

White with #290185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290185; }

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

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

background-color css

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

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

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

border-color css

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

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

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