Html Css Color HEX #302B83 Jacksons Purple

📋 copy color: '#302B83'

red 48 ◦ green 43 ◦ blue 131

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

Shades of Jacksons Purple #302B83

Tints of Jacksons Purple #302B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 59.01%

R = 21.62%
G = 19.37%
B = 59.01%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#302B83 (or 0x302B83) is known color: Jacksons Purple. HEX triplet: 30, 2B and 83. RGB value is (48,43,131). Sum of RGB (Red+Green+Blue) = 48+43+131=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 43 (17.19% from 255 or 19.37% from 222); Blue value is 131 (51.56% from 255 or 59.01% from 222); Max value from RGB is 131 - color contains mainly: blue. Hex color #302B83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302B83 is #CFD47C. Grayscale: #363636. Windows color (decimal): -13620349 or 8596272. OLE color: 8596272.

HSL color Cylindrical-coordinate representation of color #302B83: hue angle of 243.41º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302B83 is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 43 131 -
CMYK 0.63 0.67 0 0.49
HSL 243.41º 0.51% 0.34% -
HSV(B) 243.41º 0.67% 0.51% -
XYZ 6.18 3.99 21.92 -
YUV 54.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 48 43 131 0.63 0.67 0 0.49 243.41 0.51 0.34
Hex 30 2B 83 3F 43 0 31 F3 33 22
Octal 60 53 203 77 103 0 61 363 63 42
Binary 110000 101011 10000011 111111 1000011 0 110001 11110011 110011 100010

Color Harmonies of #302B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B83

Black with #302B83

Text Example


Text Example

White with #302B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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