Html Css Color HEX #302C7F Jacksons Purple

📋 copy color: '#302C7F'

red 48 ◦ green 44 ◦ blue 127

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

Shades of Jacksons Purple #302C7F

Tints of Jacksons Purple #302C7F

RGB

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

 GREEN value IS 44 (17.58% from 255) = 20.09%

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

R = 21.92%
G = 20.09%
B = 57.99%

CMYK

 C value IS 0.62

 M value IS 0.65

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#302C7F (or 0x302C7F) is known color: Jacksons Purple. HEX triplet: 30, 2C and 7F. RGB value is (48,44,127). Sum of RGB (Red+Green+Blue) = 48+44+127=219 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.92% from 219); Green value is 44 (17.58% from 255 or 20.09% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #302C7F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #302C7F is #CFD380. Grayscale: #363636. Windows color (decimal): -13620097 or 8334384. OLE color: 8334384.

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

Color convert

RGB 48 44 127 -
CMYK 0.62 0.65 0 0.50
HSL 242.89º 0.49% 0.34% -
HSV(B) 242.89º 0.65% 0.5% -
XYZ 5.95 3.96 20.53 -
YUV 54.66 168.83 123.25 -
System Red Green Blue C M Y K H S L
Decimal 48 44 127 0.62 0.65 0 0.50 242.89 0.49 0.34
Hex 30 2C 7F 3E 41 0 32 F3 31 22
Octal 60 54 177 76 101 0 62 363 61 42
Binary 110000 101100 1111111 111110 1000001 0 110010 11110011 110001 100010

Color Harmonies of #302C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C7F

Black with #302C7F

Text Example


Text Example

White with #302C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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