Html Css Color HEX #2F2990 Jacksons Purple

📋 copy color: '#2F2990'

red 47 ◦ green 41 ◦ blue 144

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

Shades of Jacksons Purple #2F2990

Tints of Jacksons Purple #2F2990

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#2F2990 (or 0x2F2990) is known color: Jacksons Purple. HEX triplet: 2F, 29 and 90. RGB value is (47,41,144). Sum of RGB (Red+Green+Blue) = 47+41+144=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 41 (16.41% from 255 or 17.67% 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 #2F2990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2990 is #D0D66F. Grayscale: #363636. Windows color (decimal): -13686384 or 9447727. OLE color: 9447727.

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

Color convert

RGB 47 41 144 -
CMYK 0.67 0.72 0 0.44
HSL 243.5º 0.56% 0.36% -
HSV(B) 243.5º 0.72% 0.56% -
XYZ 7 4.2 26.83 -
YUV 54.54 178.49 122.62 -
System Red Green Blue C M Y K H S L
Decimal 47 41 144 0.67 0.72 0 0.44 243.5 0.56 0.36
Hex 2F 29 90 43 48 0 2C F3 38 24
Octal 57 51 220 103 110 0 54 363 70 44
Binary 101111 101001 10010000 1000011 1001000 0 101100 11110011 111000 100100

Color Harmonies of #2F2990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2990

Black with #2F2990

Text Example


Text Example

White with #2F2990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F2990; }

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

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

background-color css

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

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

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

border-color css

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

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

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