Html Css Color HEX #293690 Jacksons Purple

📋 copy color: '#293690'

red 41 ◦ green 54 ◦ blue 144

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

Shades of Jacksons Purple #293690

Tints of Jacksons Purple #293690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 22.59%

 BLUE value IS 144 (56.64% from 255) = 60.25%

R = 17.15%
G = 22.59%
B = 60.25%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293690 (or 0x293690) is known color: Jacksons Purple. HEX triplet: 29, 36 and 90. RGB value is (41,54,144). Sum of RGB (Red+Green+Blue) = 41+54+144=239 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.15% from 239); Green value is 54 (21.48% from 255 or 22.59% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #293690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293690 is #D6C96F. Grayscale: #3C3C3C. Windows color (decimal): -14076272 or 9451049. OLE color: 9451049.

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

Color convert

RGB 41 54 144 -
CMYK 0.72 0.63 0 0.44
HSL 232.43º 0.56% 0.36% -
HSV(B) 232.43º 0.72% 0.56% -
XYZ 7.27 5.12 26.99 -
YUV 60.37 175.19 114.18 -
System Red Green Blue C M Y K H S L
Decimal 41 54 144 0.72 0.63 0 0.44 232.43 0.56 0.36
Hex 29 36 90 48 3F 0 2C E8 38 24
Octal 51 66 220 110 77 0 54 350 70 44
Binary 101001 110110 10010000 1001000 111111 0 101100 11101000 111000 100100

Color Harmonies of #293690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293690

Black with #293690

Text Example


Text Example

White with #293690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293690; }

 p { color: rgb(41,54,144); }

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

background-color css

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

 a { background-color: rgb(41,54,144); }

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

border-color css

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

 span { border-color: rgb(41,54,144); }

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