Html Css Color HEX #290068 Persian Indigo

📋 copy color: '#290068'

red 41 ◦ green 0 ◦ blue 104

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

Shades of Persian Indigo #290068

Tints of Persian Indigo #290068

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 28.28%
G = 0%
B = 71.72%

CMYK

 C value IS 0.61

 M value IS 1

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290068 (or 0x290068) is known color: Persian Indigo. HEX triplet: 29, 00 and 68. RGB value is (41,0,104). Sum of RGB (Red+Green+Blue) = 41+0+104=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #290068 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290068 is #D6FF97. Grayscale: #171717. Windows color (decimal): -14090136 or 6815785. OLE color: 6815785.

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

Color convert

RGB 41 0 104 -
CMYK 0.61 1 0 0.59
HSL 263.65º 1% 0.2% -
HSV(B) 263.65º 1% 0.41% -
XYZ 3.41 1.47 13.2 -
YUV 24.12 173.08 140.04 -
System Red Green Blue C M Y K H S L
Decimal 41 0 104 0.61 1 0 0.59 263.65 1 0.2
Hex 29 0 68 3D 64 0 3B 108 64 14
Octal 51 0 150 75 144 0 73 410 144 24
Binary 101001 0 1101000 111101 1100100 0 111011 100001000 1100100 10100

Color Harmonies of #290068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290068

Black with #290068

Text Example


Text Example

White with #290068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290068; }

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

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

background-color css

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

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

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

border-color css

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

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

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