Html Css Color HEX #292B91 Jacksons Purple

📋 copy color: '#292B91'

red 41 ◦ green 43 ◦ blue 145

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

Shades of Jacksons Purple #292B91

Tints of Jacksons Purple #292B91

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.78%

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 17.9%
G = 18.78%
B = 63.32%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#292B91 (or 0x292B91) is known color: Jacksons Purple. HEX triplet: 29, 2B and 91. RGB value is (41,43,145). Sum of RGB (Red+Green+Blue) = 41+43+145=229 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.90% from 229); Green value is 43 (17.19% from 255 or 18.78% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #292B91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292B91 is #D6D46E. Grayscale: #353535. Windows color (decimal): -14079087 or 9513769. OLE color: 9513769.

HSL color Cylindrical-coordinate representation of color #292B91: hue angle of 238.85º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #292B91 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 41 43 145 -
CMYK 0.72 0.70 0 0.43
HSL 238.85º 0.56% 0.36% -
HSV(B) 238.85º 0.72% 0.57% -
XYZ 6.89 4.24 27.24 -
YUV 54.03 179.34 118.71 -
System Red Green Blue C M Y K H S L
Decimal 41 43 145 0.72 0.70 0 0.43 238.85 0.56 0.36
Hex 29 2B 91 48 46 0 2B EF 38 24
Octal 51 53 221 110 106 0 53 357 70 44
Binary 101001 101011 10010001 1001000 1000110 0 101011 11101111 111000 100100

Color Harmonies of #292B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292B91

Black with #292B91

Text Example


Text Example

White with #292B91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #292B91; }

 p { color: rgb(41,43,145); }

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

background-color css

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

 a { background-color: rgb(41,43,145); }

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

border-color css

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

 span { border-color: rgb(41,43,145); }

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