Html Css Color HEX #290168 Persian Indigo

📋 copy color: '#290168'

red 41 ◦ green 1 ◦ blue 104

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

Shades of Persian Indigo #290168

Tints of Persian Indigo #290168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 71.23%

R = 28.08%
G = 0.68%
B = 71.23%

CMYK

 C value IS 0.61

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290168 (or 0x290168) is known color: Persian Indigo. HEX triplet: 29, 01 and 68. RGB value is (41,1,104). Sum of RGB (Red+Green+Blue) = 41+1+104=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 104 (41.02% from 255 or 71.23% from 146); Max value from RGB is 104 - color contains mainly: blue. Hex color #290168 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290168 is #D6FE97. Grayscale: #181818. Windows color (decimal): -14089880 or 6816041. OLE color: 6816041.

HSL color Cylindrical-coordinate representation of color #290168: hue angle of 263.3º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290168 is Cyan = 0.61, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 1 104 -
CMYK 0.61 0.99 0 0.59
HSL 263.3º 0.98% 0.21% -
HSV(B) 263.3º 0.99% 0.41% -
XYZ 3.42 1.49 13.2 -
YUV 24.7 172.75 139.62 -
System Red Green Blue C M Y K H S L
Decimal 41 1 104 0.61 0.99 0 0.59 263.3 0.98 0.21
Hex 29 1 68 3D 63 0 3B 107 62 15
Octal 51 1 150 75 143 0 73 407 142 25
Binary 101001 1 1101000 111101 1100011 0 111011 100000111 1100010 10101

Color Harmonies of #290168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290168

Black with #290168

Text Example


Text Example

White with #290168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290168; }

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

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

background-color css

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

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

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

border-color css

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

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

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