Html Css Color HEX #290269 Persian Indigo

📋 copy color: '#290269'

red 41 ◦ green 2 ◦ blue 105

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

Shades of Persian Indigo #290269

Tints of Persian Indigo #290269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.35%

 BLUE value IS 105 (41.41% from 255) = 70.95%

R = 27.7%
G = 1.35%
B = 70.95%

CMYK

 C value IS 0.61

 M value IS 0.98

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290269 (or 0x290269) is known color: Persian Indigo. HEX triplet: 29, 02 and 69. RGB value is (41,2,105). Sum of RGB (Red+Green+Blue) = 41+2+105=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 2 (1.17% from 255 or 1.35% from 148); Blue value is 105 (41.41% from 255 or 70.95% from 148); Max value from RGB is 105 - color contains mainly: blue. Hex color #290269 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290269 is #D6FD96. Grayscale: #191919. Windows color (decimal): -14089623 or 6881833. OLE color: 6881833.

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

Color convert

RGB 41 2 105 -
CMYK 0.61 0.98 0 0.59
HSL 262.72º 0.96% 0.21% -
HSV(B) 262.72º 0.98% 0.41% -
XYZ 3.49 1.53 13.48 -
YUV 25.4 172.92 139.12 -
System Red Green Blue C M Y K H S L
Decimal 41 2 105 0.61 0.98 0 0.59 262.72 0.96 0.21
Hex 29 2 69 3D 62 0 3B 107 60 15
Octal 51 2 151 75 142 0 73 407 140 25
Binary 101001 10 1101001 111101 1100010 0 111011 100000111 1100000 10101

Color Harmonies of #290269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290269

Black with #290269

Text Example


Text Example

White with #290269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290269; }

 p { color: rgb(41,2,105); }

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

background-color css

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

 a { background-color: rgb(41,2,105); }

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

border-color css

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

 span { border-color: rgb(41,2,105); }

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