Html Css Color HEX #30338D Jacksons Purple

📋 copy color: '#30338D'

red 48 ◦ green 51 ◦ blue 141

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

Shades of Jacksons Purple #30338D

Tints of Jacksons Purple #30338D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.25%

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

R = 20%
G = 21.25%
B = 58.75%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30338D (or 0x30338D) is known color: Jacksons Purple. HEX triplet: 30, 33 and 8D. RGB value is (48,51,141). Sum of RGB (Red+Green+Blue) = 48+51+141=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #30338D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30338D is #CFCC72. Grayscale: #3B3B3B. Windows color (decimal): -13618291 or 9253680. OLE color: 9253680.

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

Color convert

RGB 48 51 141 -
CMYK 0.66 0.64 0 0.45
HSL 238.06º 0.49% 0.37% -
HSV(B) 238.06º 0.66% 0.55% -
XYZ 7.21 4.92 25.77 -
YUV 60.36 173.51 119.18 -
System Red Green Blue C M Y K H S L
Decimal 48 51 141 0.66 0.64 0 0.45 238.06 0.49 0.37
Hex 30 33 8D 42 40 0 2D EE 31 25
Octal 60 63 215 102 100 0 55 356 61 45
Binary 110000 110011 10001101 1000010 1000000 0 101101 11101110 110001 100101

Color Harmonies of #30338D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30338D

Black with #30338D

Text Example


Text Example

White with #30338D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30338D; }

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

 H1.HeaderClassName
 {
   color: #30338D;
 }
 .AnyTagClassName
 {
   color: #30338D;
 }
</style>

background-color css

<style>
 a { background-color: #30338D; }

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

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

border-color css

<style>
 span { border-color: #30338D; }

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

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