Html Css Color HEX #290C6F Persian Indigo

📋 copy color: '#290C6F'

red 41 ◦ green 12 ◦ blue 111

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

Shades of Persian Indigo #290C6F

Tints of Persian Indigo #290C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 7.32%

 BLUE value IS 111 (43.75% from 255) = 67.68%

R = 25%
G = 7.32%
B = 67.68%

CMYK

 C value IS 0.63

 M value IS 0.89

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#290C6F (or 0x290C6F) is known color: Persian Indigo. HEX triplet: 29, 0C and 6F. RGB value is (41,12,111). Sum of RGB (Red+Green+Blue) = 41+12+111=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 12 (5.08% from 255 or 7.32% from 164); Blue value is 111 (43.75% from 255 or 67.68% from 164); Max value from RGB is 111 - color contains mainly: blue. Hex color #290C6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C6F is #D6F390. Grayscale: #1F1F1F. Windows color (decimal): -14087057 or 7277609. OLE color: 7277609.

HSL color Cylindrical-coordinate representation of color #290C6F: hue angle of 257.58º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #290C6F is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 12 111 -
CMYK 0.63 0.89 0 0.56
HSL 257.58º 0.8% 0.24% -
HSV(B) 257.58º 0.89% 0.44% -
XYZ 3.92 1.88 15.2 -
YUV 31.96 172.61 134.45 -
System Red Green Blue C M Y K H S L
Decimal 41 12 111 0.63 0.89 0 0.56 257.58 0.8 0.24
Hex 29 C 6F 3F 59 0 38 102 50 18
Octal 51 14 157 77 131 0 70 402 120 30
Binary 101001 1100 1101111 111111 1011001 0 111000 100000010 1010000 11000

Color Harmonies of #290C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C6F

Black with #290C6F

Text Example


Text Example

White with #290C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,12,111); }

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

background-color css

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

 a { background-color: rgb(41,12,111); }

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

border-color css

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

 span { border-color: rgb(41,12,111); }

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