Html Css Color HEX #303093 Jacksons Purple

📋 copy color: '#303093'

red 48 ◦ green 48 ◦ blue 147

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

Shades of Jacksons Purple #303093

Tints of Jacksons Purple #303093

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 60.49%

R = 19.75%
G = 19.75%
B = 60.49%

CMYK

 C value IS 0.67

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#303093 (or 0x303093) is known color: Jacksons Purple. HEX triplet: 30, 30 and 93. RGB value is (48,48,147). Sum of RGB (Red+Green+Blue) = 48+48+147=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 147 (57.81% from 255 or 60.49% from 243); Max value from RGB is 147 - color contains mainly: blue. Hex color #303093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #303093 is #CFCF6C. Grayscale: #3A3A3A. Windows color (decimal): -13619053 or 9646128. OLE color: 9646128.

HSL color Cylindrical-coordinate representation of color #303093: hue angle of 240º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #303093 is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 48 147 -
CMYK 0.67 0.67 0 0.42
HSL 240º 0.51% 0.38% -
HSV(B) 240º 0.67% 0.58% -
XYZ 7.54 4.85 28.14 -
YUV 59.29 177.5 119.95 -
System Red Green Blue C M Y K H S L
Decimal 48 48 147 0.67 0.67 0 0.42 240 0.51 0.38
Hex 30 30 93 43 43 0 2A F0 33 26
Octal 60 60 223 103 103 0 52 360 63 46
Binary 110000 110000 10010011 1000011 1000011 0 101010 11110000 110011 100110

Color Harmonies of #303093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303093

Black with #303093

Text Example


Text Example

White with #303093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303093; }

 p { color: rgb(48,48,147); }

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

background-color css

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

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

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

border-color css

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

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

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