Html Css Color HEX #2F308D Jacksons Purple

📋 copy color: '#2F308D'

red 47 ◦ green 48 ◦ blue 141

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

Shades of Jacksons Purple #2F308D

Tints of Jacksons Purple #2F308D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 59.75%

R = 19.92%
G = 20.34%
B = 59.75%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F308D (or 0x2F308D) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 8D. RGB value is (47,48,141). Sum of RGB (Red+Green+Blue) = 47+48+141=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 141 (55.47% from 255 or 59.75% from 236); Max value from RGB is 141 - color contains mainly: blue. Hex color #2F308D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308D is #D0CF72. Grayscale: #393939. Windows color (decimal): -13684595 or 9252911. OLE color: 9252911.

HSL color Cylindrical-coordinate representation of color #2F308D: hue angle of 239.36º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F308D is Cyan = 0.67, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 47 48 141 -
CMYK 0.67 0.66 0 0.45
HSL 239.36º 0.5% 0.37% -
HSV(B) 239.36º 0.67% 0.55% -
XYZ 7.04 4.64 25.72 -
YUV 58.3 174.67 119.94 -
System Red Green Blue C M Y K H S L
Decimal 47 48 141 0.67 0.66 0 0.45 239.36 0.5 0.37
Hex 2F 30 8D 43 42 0 2D EF 32 25
Octal 57 60 215 103 102 0 55 357 62 45
Binary 101111 110000 10001101 1000011 1000010 0 101101 11101111 110010 100101

Color Harmonies of #2F308D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F308D

Black with #2F308D

Text Example


Text Example

White with #2F308D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,141); }

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

background-color css

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

 a { background-color: rgb(47,48,141); }

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

border-color css

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

 span { border-color: rgb(47,48,141); }

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