Html Css Color HEX #290C75 Persian Indigo

📋 copy color: '#290C75'

red 41 ◦ green 12 ◦ blue 117

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

Shades of Persian Indigo #290C75

Tints of Persian Indigo #290C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.82%

R = 24.12%
G = 7.06%
B = 68.82%

CMYK

 C value IS 0.65

 M value IS 0.90

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#290C75 (or 0x290C75) is known color: Persian Indigo. HEX triplet: 29, 0C and 75. RGB value is (41,12,117). Sum of RGB (Red+Green+Blue) = 41+12+117=170 (22% of max value = 765). Red value is 41 (16.41% from 255 or 24.12% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 117 (46.09% from 255 or 68.82% from 170); Max value from RGB is 117 - color contains mainly: blue. Hex color #290C75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #290C75 is #D6F38A. Grayscale: #202020. Windows color (decimal): -14087051 or 7670825. OLE color: 7670825.

HSL color Cylindrical-coordinate representation of color #290C75: hue angle of 256.57º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #290C75 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 41 12 117 -
CMYK 0.65 0.90 0 0.54
HSL 256.57º 0.81% 0.25% -
HSV(B) 256.57º 0.9% 0.46% -
XYZ 4.26 2.02 16.99 -
YUV 32.64 175.61 133.96 -
System Red Green Blue C M Y K H S L
Decimal 41 12 117 0.65 0.90 0 0.54 256.57 0.81 0.25
Hex 29 C 75 41 5A 0 36 101 51 19
Octal 51 14 165 101 132 0 66 401 121 31
Binary 101001 1100 1110101 1000001 1011010 0 110110 100000001 1010001 11001

Color Harmonies of #290C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #290C75

Black with #290C75

Text Example


Text Example

White with #290C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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