Html Css Color HEX #302F8B Jacksons Purple

📋 copy color: '#302F8B'

red 48 ◦ green 47 ◦ blue 139

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

Shades of Jacksons Purple #302F8B

Tints of Jacksons Purple #302F8B

RGB

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

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

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

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

CMYK

 C value IS 0.65

 M value IS 0.66

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#302F8B (or 0x302F8B) is known color: Jacksons Purple. HEX triplet: 30, 2F and 8B. RGB value is (48,47,139). Sum of RGB (Red+Green+Blue) = 48+47+139=234 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.51% from 234); Green value is 47 (18.75% from 255 or 20.09% 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 #302F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302F8B is #CFD074. Grayscale: #393939. Windows color (decimal): -13619317 or 9121584. OLE color: 9121584.

HSL color Cylindrical-coordinate representation of color #302F8B: hue angle of 240.65º 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 #302F8B is Cyan = 0.65, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 47 139 -
CMYK 0.65 0.66 0 0.45
HSL 240.65º 0.49% 0.36% -
HSV(B) 240.65º 0.66% 0.55% -
XYZ 6.9 4.53 24.94 -
YUV 57.79 173.83 121.02 -
System Red Green Blue C M Y K H S L
Decimal 48 47 139 0.65 0.66 0 0.45 240.65 0.49 0.36
Hex 30 2F 8B 41 42 0 2D F1 31 24
Octal 60 57 213 101 102 0 55 361 61 44
Binary 110000 101111 10001011 1000001 1000010 0 101101 11110001 110001 100100

Color Harmonies of #302F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302F8B

Black with #302F8B

Text Example


Text Example

White with #302F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302F8B; }

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

 H1.HeaderClassName
 {
   color: #302F8B;
 }
 .AnyTagClassName
 {
   color: #302F8B;
 }
</style>

background-color css

<style>
 a { background-color: #302F8B; }

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

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

border-color css

<style>
 span { border-color: #302F8B; }

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

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