Html Css Color HEX #290B68 Persian Indigo

📋 copy color: '#290B68'

red 41 ◦ green 11 ◦ blue 104

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

Shades of Persian Indigo #290B68

Tints of Persian Indigo #290B68

RGB

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

 GREEN value IS 11 (4.69% from 255) = 7.05%

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

R = 26.28%
G = 7.05%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#290B68 (or 0x290B68) is known color: Persian Indigo. HEX triplet: 29, 0B and 68. RGB value is (41,11,104). Sum of RGB (Red+Green+Blue) = 41+11+104=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 11 (4.69% from 255 or 7.05% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #290B68 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290B68 is #D6F497. Grayscale: #1E1E1E. Windows color (decimal): -14087320 or 6818601. OLE color: 6818601.

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

Color convert

RGB 41 11 104 -
CMYK 0.61 0.89 0 0.59
HSL 259.35º 0.81% 0.23% -
HSV(B) 259.35º 0.89% 0.41% -
XYZ 3.53 1.71 13.24 -
YUV 30.57 169.44 135.44 -
System Red Green Blue C M Y K H S L
Decimal 41 11 104 0.61 0.89 0 0.59 259.35 0.81 0.23
Hex 29 B 68 3D 59 0 3B 103 51 17
Octal 51 13 150 75 131 0 73 403 121 27
Binary 101001 1011 1101000 111101 1011001 0 111011 100000011 1010001 10111

Color Harmonies of #290B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290B68

Black with #290B68

Text Example


Text Example

White with #290B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #290B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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