Html Css Color HEX #30388C Jacksons Purple

📋 copy color: '#30388C'

red 48 ◦ green 56 ◦ blue 140

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

Shades of Jacksons Purple #30388C

Tints of Jacksons Purple #30388C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 22.95%

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 19.67%
G = 22.95%
B = 57.38%

CMYK

 C value IS 0.66

 M value IS 0.6

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#30388C (or 0x30388C) is known color: Jacksons Purple. HEX triplet: 30, 38 and 8C. RGB value is (48,56,140). Sum of RGB (Red+Green+Blue) = 48+56+140=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #30388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #30388C is #CFC773. Grayscale: #3E3E3E. Windows color (decimal): -13617012 or 9189424. OLE color: 9189424.

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

Color convert

RGB 48 56 140 -
CMYK 0.66 0.6 0 0.45
HSL 234.78º 0.49% 0.37% -
HSV(B) 234.78º 0.66% 0.55% -
XYZ 7.37 5.35 25.46 -
YUV 63.18 171.35 117.17 -
System Red Green Blue C M Y K H S L
Decimal 48 56 140 0.66 0.6 0 0.45 234.78 0.49 0.37
Hex 30 38 8C 42 3C 0 2D EB 31 25
Octal 60 70 214 102 74 0 55 353 61 45
Binary 110000 111000 10001100 1000010 111100 0 101101 11101011 110001 100101

Color Harmonies of #30388C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30388C

Black with #30388C

Text Example


Text Example

White with #30388C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30388C; }

 p { color: rgb(48,56,140); }

 H1.HeaderClassName
 {
   color: #30388C;
 }
 .AnyTagClassName
 {
   color: #30388C;
 }
</style>

background-color css

<style>
 a { background-color: #30388C; }

 a { background-color: rgb(48,56,140); }

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

border-color css

<style>
 span { border-color: #30388C; }

 span { border-color: rgb(48,56,140); }

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