Html Css Color HEX #291283 Persian Indigo

📋 copy color: '#291283'

red 41 ◦ green 18 ◦ blue 131

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

Shades of Persian Indigo #291283

Tints of Persian Indigo #291283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 9.47%

 BLUE value IS 131 (51.56% from 255) = 68.95%

R = 21.58%
G = 9.47%
B = 68.95%

CMYK

 C value IS 0.69

 M value IS 0.86

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#291283 (or 0x291283) is known color: Persian Indigo. HEX triplet: 29, 12 and 83. RGB value is (41,18,131). Sum of RGB (Red+Green+Blue) = 41+18+131=190 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.58% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 131 (51.56% from 255 or 68.95% from 190); Max value from RGB is 131 - color contains mainly: blue. Hex color #291283 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #291283 is #D6ED7C. Grayscale: #252525. Windows color (decimal): -14085501 or 8589865. OLE color: 8589865.

HSL color Cylindrical-coordinate representation of color #291283: hue angle of 252.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #291283 is Cyan = 0.69, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 41 18 131 -
CMYK 0.69 0.86 0 0.49
HSL 252.21º 0.76% 0.29% -
HSV(B) 252.21º 0.86% 0.51% -
XYZ 5.23 2.54 21.69 -
YUV 37.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 41 18 131 0.69 0.86 0 0.49 252.21 0.76 0.29
Hex 29 12 83 45 56 0 31 FC 4C 1D
Octal 51 22 203 105 126 0 61 374 114 35
Binary 101001 10010 10000011 1000101 1010110 0 110001 11111100 1001100 11101

Color Harmonies of #291283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #291283

Black with #291283

Text Example


Text Example

White with #291283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #291283; }

 p { color: rgb(41,18,131); }

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

background-color css

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

 a { background-color: rgb(41,18,131); }

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

border-color css

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

 span { border-color: rgb(41,18,131); }

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