Html Css Color HEX #290167 Persian Indigo

📋 copy color: '#290167'

red 41 ◦ green 1 ◦ blue 103

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

Shades of Persian Indigo #290167

Tints of Persian Indigo #290167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 71.03%

R = 28.28%
G = 0.69%
B = 71.03%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#290167 (or 0x290167) is known color: Persian Indigo. HEX triplet: 29, 01 and 67. RGB value is (41,1,103). Sum of RGB (Red+Green+Blue) = 41+1+103=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 1 (0.78% from 255 or 0.69% from 145); Blue value is 103 (40.62% from 255 or 71.03% from 145); Max value from RGB is 103 - color contains mainly: blue. Hex color #290167 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290167 is #D6FE98. Grayscale: #181818. Windows color (decimal): -14089881 or 6750505. OLE color: 6750505.

HSL color Cylindrical-coordinate representation of color #290167: hue angle of 263.53º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #290167 is Cyan = 0.60, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 1 103 -
CMYK 0.60 0.99 0 0.60
HSL 263.53º 0.98% 0.2% -
HSV(B) 263.53º 0.99% 0.4% -
XYZ 3.37 1.47 12.94 -
YUV 24.59 172.25 139.71 -
System Red Green Blue C M Y K H S L
Decimal 41 1 103 0.60 0.99 0 0.60 263.53 0.98 0.2
Hex 29 1 67 3C 63 0 3C 108 62 14
Octal 51 1 147 74 143 0 74 410 142 24
Binary 101001 1 1100111 111100 1100011 0 111100 100001000 1100010 10100

Color Harmonies of #290167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290167

Black with #290167

Text Example


Text Example

White with #290167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290167; }

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

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

background-color css

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

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

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

border-color css

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

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

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