Html Css Color HEX #293592 Jacksons Purple

📋 copy color: '#293592'

red 41 ◦ green 53 ◦ blue 146

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

Shades of Jacksons Purple #293592

Tints of Jacksons Purple #293592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.08%

 BLUE value IS 146 (57.42% from 255) = 60.83%

R = 17.08%
G = 22.08%
B = 60.83%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#293592 (or 0x293592) is known color: Jacksons Purple. HEX triplet: 29, 35 and 92. RGB value is (41,53,146). Sum of RGB (Red+Green+Blue) = 41+53+146=240 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.08% from 240); Green value is 53 (21.09% from 255 or 22.08% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #293592 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293592 is #D6CA6D. Grayscale: #3B3B3B. Windows color (decimal): -14076526 or 9581865. OLE color: 9581865.

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

Color convert

RGB 41 53 146 -
CMYK 0.72 0.64 0 0.43
HSL 233.14º 0.56% 0.37% -
HSV(B) 233.14º 0.72% 0.57% -
XYZ 7.38 5.09 27.79 -
YUV 60.01 176.52 114.44 -
System Red Green Blue C M Y K H S L
Decimal 41 53 146 0.72 0.64 0 0.43 233.14 0.56 0.37
Hex 29 35 92 48 40 0 2B E9 38 25
Octal 51 65 222 110 100 0 53 351 70 45
Binary 101001 110101 10010010 1001000 1000000 0 101011 11101001 111000 100101

Color Harmonies of #293592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293592

Black with #293592

Text Example


Text Example

White with #293592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293592; }

 p { color: rgb(41,53,146); }

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

background-color css

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

 a { background-color: rgb(41,53,146); }

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

border-color css

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

 span { border-color: rgb(41,53,146); }

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