Html Css Color HEX #3A307D Jacksons Purple

📋 copy color: '#3A307D'

red 58 ◦ green 48 ◦ blue 125

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

Shades of Jacksons Purple #3A307D

Tints of Jacksons Purple #3A307D

RGB

 RED value IS 58 (23.05% from 255) = 25.11%

 GREEN value IS 48 (19.14% from 255) = 20.78%

 BLUE value IS 125 (49.22% from 255) = 54.11%

R = 25.11%
G = 20.78%
B = 54.11%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A307D (or 0x3A307D) is known color: Jacksons Purple. HEX triplet: 3A, 30 and 7D. RGB value is (58,48,125). Sum of RGB (Red+Green+Blue) = 58+48+125=231 (30% of max value = 765). Red value is 58 (23.05% from 255 or 25.11% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 125 (49.22% from 255 or 54.11% from 231); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A307D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A307D is #C5CF82. Grayscale: #3B3B3B. Windows color (decimal): -12963715 or 8204346. OLE color: 8204346.

HSL color Cylindrical-coordinate representation of color #3A307D: hue angle of 247.79º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A307D is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 58 48 125 -
CMYK 0.54 0.62 0 0.51
HSL 247.79º 0.45% 0.34% -
HSV(B) 247.79º 0.62% 0.49% -
XYZ 6.5 4.49 19.93 -
YUV 59.77 164.81 126.74 -
System Red Green Blue C M Y K H S L
Decimal 58 48 125 0.54 0.62 0 0.51 247.79 0.45 0.34
Hex 3A 30 7D 36 3E 0 33 F8 2D 22
Octal 72 60 175 66 76 0 63 370 55 42
Binary 111010 110000 1111101 110110 111110 0 110011 11111000 101101 100010

Color Harmonies of #3A307D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A307D

Black with #3A307D

Text Example


Text Example

White with #3A307D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A307D; }

 p { color: rgb(58,48,125); }

 H1.HeaderClassName
 {
   color: #3A307D;
 }
 .AnyTagClassName
 {
   color: #3A307D;
 }
</style>

background-color css

<style>
 a { background-color: #3A307D; }

 a { background-color: rgb(58,48,125); }

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

border-color css

<style>
 span { border-color: #3A307D; }

 span { border-color: rgb(58,48,125); }

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