Html Css Color HEX #293090 Jacksons Purple

📋 copy color: '#293090'

red 41 ◦ green 48 ◦ blue 144

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

Shades of Jacksons Purple #293090

Tints of Jacksons Purple #293090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.6%

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

R = 17.6%
G = 20.6%
B = 61.8%

CMYK

 C value IS 0.72

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#293090 (or 0x293090) is known color: Jacksons Purple. HEX triplet: 29, 30 and 90. RGB value is (41,48,144). Sum of RGB (Red+Green+Blue) = 41+48+144=233 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.60% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #293090 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #293090 is #D6CF6F. Grayscale: #383838. Windows color (decimal): -14077808 or 9449513. OLE color: 9449513.

HSL color Cylindrical-coordinate representation of color #293090: hue angle of 235.92º 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 #293090 is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 48 144 -
CMYK 0.72 0.67 0 0.44
HSL 235.92º 0.56% 0.36% -
HSV(B) 235.92º 0.72% 0.56% -
XYZ 7.01 4.6 26.9 -
YUV 56.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 41 48 144 0.72 0.67 0 0.44 235.92 0.56 0.36
Hex 29 30 90 48 43 0 2C EC 38 24
Octal 51 60 220 110 103 0 54 354 70 44
Binary 101001 110000 10010000 1001000 1000011 0 101100 11101100 111000 100100

Color Harmonies of #293090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293090

Black with #293090

Text Example


Text Example

White with #293090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293090; }

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

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

background-color css

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

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

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

border-color css

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

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

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