Html Css Color HEX #302C87 Jacksons Purple

📋 copy color: '#302C87'

red 48 ◦ green 44 ◦ blue 135

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

Shades of Jacksons Purple #302C87

Tints of Jacksons Purple #302C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 21.15%
G = 19.38%
B = 59.47%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#302C87 (or 0x302C87) is known color: Jacksons Purple. HEX triplet: 30, 2C and 87. RGB value is (48,44,135). Sum of RGB (Red+Green+Blue) = 48+44+135=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #302C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C87 is #CFD378. Grayscale: #373737. Windows color (decimal): -13620089 or 8858672. OLE color: 8858672.

HSL color Cylindrical-coordinate representation of color #302C87: hue angle of 242.64º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #302C87 is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 44 135 -
CMYK 0.64 0.67 0 0.47
HSL 242.64º 0.51% 0.35% -
HSV(B) 242.64º 0.67% 0.53% -
XYZ 6.49 4.18 23.39 -
YUV 55.57 172.83 122.6 -
System Red Green Blue C M Y K H S L
Decimal 48 44 135 0.64 0.67 0 0.47 242.64 0.51 0.35
Hex 30 2C 87 40 43 0 2F F3 33 23
Octal 60 54 207 100 103 0 57 363 63 43
Binary 110000 101100 10000111 1000000 1000011 0 101111 11110011 110011 100011

Color Harmonies of #302C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C87

Black with #302C87

Text Example


Text Example

White with #302C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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