Html Css Color HEX #292F90 Jacksons Purple

📋 copy color: '#292F90'

red 41 ◦ green 47 ◦ blue 144

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

Shades of Jacksons Purple #292F90

Tints of Jacksons Purple #292F90

RGB

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

 GREEN value IS 47 (18.75% from 255) = 20.26%

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

R = 17.67%
G = 20.26%
B = 62.07%

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

#292F90 (or 0x292F90) is known color: Jacksons Purple. HEX triplet: 29, 2F and 90. RGB value is (41,47,144). Sum of RGB (Red+Green+Blue) = 41+47+144=232 (30% of max value = 765). Red value is 41 (16.41% from 255 or 17.67% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #292F90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #292F90 is #D6D06F. Grayscale: #373737. Windows color (decimal): -14078064 or 9449257. OLE color: 9449257.

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

Color convert

RGB 41 47 144 -
CMYK 0.72 0.67 0 0.44
HSL 236.5º 0.56% 0.36% -
HSV(B) 236.5º 0.72% 0.56% -
XYZ 6.97 4.52 26.89 -
YUV 56.26 177.51 117.11 -
System Red Green Blue C M Y K H S L
Decimal 41 47 144 0.72 0.67 0 0.44 236.5 0.56 0.36
Hex 29 2F 90 48 43 0 2C ED 38 24
Octal 51 57 220 110 103 0 54 355 70 44
Binary 101001 101111 10010000 1001000 1000011 0 101100 11101101 111000 100100

Color Harmonies of #292F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #292F90

Black with #292F90

Text Example


Text Example

White with #292F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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