Html Css Color HEX #302B7F Jacksons Purple

📋 copy color: '#302B7F'

red 48 ◦ green 43 ◦ blue 127

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

Shades of Jacksons Purple #302B7F

Tints of Jacksons Purple #302B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 58.26%

R = 22.02%
G = 19.72%
B = 58.26%

CMYK

 C value IS 0.62

 M value IS 0.66

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302B7F (or 0x302B7F) is known color: Jacksons Purple. HEX triplet: 30, 2B and 7F. RGB value is (48,43,127). Sum of RGB (Red+Green+Blue) = 48+43+127=218 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.02% from 218); Green value is 43 (17.19% from 255 or 19.72% from 218); Blue value is 127 (50% from 255 or 58.26% from 218); Max value from RGB is 127 - color contains mainly: blue. Hex color #302B7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302B7F is #CFD480. Grayscale: #353535. Windows color (decimal): -13620353 or 8334128. OLE color: 8334128.

HSL color Cylindrical-coordinate representation of color #302B7F: hue angle of 243.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #302B7F is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 43 127 -
CMYK 0.62 0.66 0 0.50
HSL 243.57º 0.49% 0.33% -
HSV(B) 243.57º 0.66% 0.5% -
XYZ 5.91 3.89 20.52 -
YUV 54.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 48 43 127 0.62 0.66 0 0.50 243.57 0.49 0.33
Hex 30 2B 7F 3E 42 0 32 F4 31 21
Octal 60 53 177 76 102 0 62 364 61 41
Binary 110000 101011 1111111 111110 1000010 0 110010 11110100 110001 100001

Color Harmonies of #302B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302B7F

Black with #302B7F

Text Example


Text Example

White with #302B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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