Html Css Color HEX #302C85 Jacksons Purple

📋 copy color: '#302C85'

red 48 ◦ green 44 ◦ blue 133

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

Shades of Jacksons Purple #302C85

Tints of Jacksons Purple #302C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 59.11%

R = 21.33%
G = 19.56%
B = 59.11%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#302C85 (or 0x302C85) is known color: Jacksons Purple. HEX triplet: 30, 2C and 85. RGB value is (48,44,133). Sum of RGB (Red+Green+Blue) = 48+44+133=225 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.33% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #302C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #302C85 is #CFD37A. Grayscale: #363636. Windows color (decimal): -13620091 or 8727600. OLE color: 8727600.

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

Color convert

RGB 48 44 133 -
CMYK 0.64 0.67 0 0.48
HSL 242.7º 0.5% 0.35% -
HSV(B) 242.7º 0.67% 0.52% -
XYZ 6.35 4.12 22.65 -
YUV 55.34 171.83 122.76 -
System Red Green Blue C M Y K H S L
Decimal 48 44 133 0.64 0.67 0 0.48 242.7 0.5 0.35
Hex 30 2C 85 40 43 0 30 F3 32 23
Octal 60 54 205 100 103 0 60 363 62 43
Binary 110000 101100 10000101 1000000 1000011 0 110000 11110011 110010 100011

Color Harmonies of #302C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302C85

Black with #302C85

Text Example


Text Example

White with #302C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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