Html Css Color HEX #2F308B Jacksons Purple

📋 copy color: '#2F308B'

red 47 ◦ green 48 ◦ blue 139

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

Shades of Jacksons Purple #2F308B

Tints of Jacksons Purple #2F308B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 59.4%

R = 20.09%
G = 20.51%
B = 59.4%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#2F308B (or 0x2F308B) is known color: Jacksons Purple. HEX triplet: 2F, 30 and 8B. RGB value is (47,48,139). Sum of RGB (Red+Green+Blue) = 47+48+139=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 48 (19.14% from 255 or 20.51% from 234); Blue value is 139 (54.69% from 255 or 59.40% from 234); Max value from RGB is 139 - color contains mainly: blue. Hex color #2F308B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F308B is #D0CF74. Grayscale: #393939. Windows color (decimal): -13684597 or 9121839. OLE color: 9121839.

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

Color convert

RGB 47 48 139 -
CMYK 0.66 0.65 0 0.45
HSL 239.35º 0.49% 0.36% -
HSV(B) 239.35º 0.66% 0.55% -
XYZ 6.89 4.58 24.95 -
YUV 58.08 173.67 120.1 -
System Red Green Blue C M Y K H S L
Decimal 47 48 139 0.66 0.65 0 0.45 239.35 0.49 0.36
Hex 2F 30 8B 42 41 0 2D EF 31 24
Octal 57 60 213 102 101 0 55 357 61 44
Binary 101111 110000 10001011 1000010 1000001 0 101101 11101111 110001 100100

Color Harmonies of #2F308B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F308B

Black with #2F308B

Text Example


Text Example

White with #2F308B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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