Html Css Color HEX #291385 Persian Indigo

📋 copy color: '#291385'

red 41 ◦ green 19 ◦ blue 133

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

Shades of Persian Indigo #291385

Tints of Persian Indigo #291385

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.84%

 BLUE value IS 133 (52.34% from 255) = 68.91%

R = 21.24%
G = 9.84%
B = 68.91%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#291385 (or 0x291385) is known color: Persian Indigo. HEX triplet: 29, 13 and 85. RGB value is (41,19,133). Sum of RGB (Red+Green+Blue) = 41+19+133=193 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.24% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 133 (52.34% from 255 or 68.91% from 193); Max value from RGB is 133 - color contains mainly: blue. Hex color #291385 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291385 is #D6EC7A. Grayscale: #262626. Windows color (decimal): -14085243 or 8721193. OLE color: 8721193.

HSL color Cylindrical-coordinate representation of color #291385: hue angle of 251.58º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291385 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 41 19 133 -
CMYK 0.69 0.86 0 0.48
HSL 251.58º 0.75% 0.3% -
HSV(B) 251.58º 0.86% 0.52% -
XYZ 5.38 2.63 22.41 -
YUV 38.57 181.29 129.73 -
System Red Green Blue C M Y K H S L
Decimal 41 19 133 0.69 0.86 0 0.48 251.58 0.75 0.3
Hex 29 13 85 45 56 0 30 FC 4B 1E
Octal 51 23 205 105 126 0 60 374 113 36
Binary 101001 10011 10000101 1000101 1010110 0 110000 11111100 1001011 11110

Color Harmonies of #291385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291385

Black with #291385

Text Example


Text Example

White with #291385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291385; }

 p { color: rgb(41,19,133); }

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

background-color css

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

 a { background-color: rgb(41,19,133); }

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

border-color css

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

 span { border-color: rgb(41,19,133); }

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