Html Css Color HEX #302B90 Jacksons Purple

📋 copy color: '#302B90'

red 48 ◦ green 43 ◦ blue 144

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

Shades of Jacksons Purple #302B90

Tints of Jacksons Purple #302B90

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

 BLUE value IS 144 (56.64% from 255) = 61.28%

R = 20.43%
G = 18.3%
B = 61.28%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#302B90 (or 0x302B90) is known color: Jacksons Purple. HEX triplet: 30, 2B and 90. RGB value is (48,43,144). Sum of RGB (Red+Green+Blue) = 48+43+144=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 144 (56.64% from 255 or 61.28% from 235); Max value from RGB is 144 - color contains mainly: blue. Hex color #302B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302B90 is #CFD46F. Grayscale: #373737. Windows color (decimal): -13620336 or 9448240. OLE color: 9448240.

HSL color Cylindrical-coordinate representation of color #302B90: hue angle of 242.97º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #302B90 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 48 43 144 -
CMYK 0.67 0.70 0 0.44
HSL 242.97º 0.54% 0.37% -
HSV(B) 242.97º 0.7% 0.56% -
XYZ 7.12 4.37 26.85 -
YUV 56.01 177.66 122.29 -
System Red Green Blue C M Y K H S L
Decimal 48 43 144 0.67 0.70 0 0.44 242.97 0.54 0.37
Hex 30 2B 90 43 46 0 2C F3 36 25
Octal 60 53 220 103 106 0 54 363 66 45
Binary 110000 101011 10010000 1000011 1000110 0 101100 11110011 110110 100101

Color Harmonies of #302B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B90

Black with #302B90

Text Example


Text Example

White with #302B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,43,144); }

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

background-color css

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

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

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

border-color css

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

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

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