Html Css Color HEX #2F2888 Jacksons Purple

📋 copy color: '#2F2888'

red 47 ◦ green 40 ◦ blue 136

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

Shades of Jacksons Purple #2F2888

Tints of Jacksons Purple #2F2888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.94%

 BLUE value IS 136 (53.52% from 255) = 60.99%

R = 21.08%
G = 17.94%
B = 60.99%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#2F2888 (or 0x2F2888) is known color: Jacksons Purple. HEX triplet: 2F, 28 and 88. RGB value is (47,40,136). Sum of RGB (Red+Green+Blue) = 47+40+136=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 136 (53.52% from 255 or 60.99% from 223); Max value from RGB is 136 - color contains mainly: blue. Hex color #2F2888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2888 is #D0D777. Grayscale: #343434. Windows color (decimal): -13686648 or 8923183. OLE color: 8923183.

HSL color Cylindrical-coordinate representation of color #2F2888: hue angle of 244.37º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2F2888 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 47 40 136 -
CMYK 0.65 0.71 0 0.47
HSL 244.38º 0.55% 0.35% -
HSV(B) 244.38º 0.71% 0.53% -
XYZ 6.38 3.9 23.71 -
YUV 53.04 174.82 123.69 -
System Red Green Blue C M Y K H S L
Decimal 47 40 136 0.65 0.71 0 0.47 244.38 0.55 0.35
Hex 2F 28 88 41 47 0 2F F4 37 23
Octal 57 50 210 101 107 0 57 364 67 43
Binary 101111 101000 10001000 1000001 1000111 0 101111 11110100 110111 100011

Color Harmonies of #2F2888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2888

Black with #2F2888

Text Example


Text Example

White with #2F2888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,136); }

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

background-color css

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

 a { background-color: rgb(47,40,136); }

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

border-color css

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

 span { border-color: rgb(47,40,136); }

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