Html Css Color HEX #3A3E7D Jacksons Purple

📋 copy color: '#3A3E7D'

red 58 ◦ green 62 ◦ blue 125

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

Shades of Jacksons Purple #3A3E7D

Tints of Jacksons Purple #3A3E7D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25.31%

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

R = 23.67%
G = 25.31%
B = 51.02%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A3E7D (or 0x3A3E7D) is known color: Jacksons Purple. HEX triplet: 3A, 3E and 7D. RGB value is (58,62,125). Sum of RGB (Red+Green+Blue) = 58+62+125=245 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.67% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 125 (49.22% from 255 or 51.02% from 245); Max value from RGB is 125 - color contains mainly: blue. Hex color #3A3E7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A3E7D is #C5C182. Grayscale: #434343. Windows color (decimal): -12960131 or 8207930. OLE color: 8207930.

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

Color convert

RGB 58 62 125 -
CMYK 0.54 0.50 0 0.51
HSL 236.42º 0.37% 0.36% -
HSV(B) 236.42º 0.54% 0.49% -
XYZ 7.17 5.83 20.15 -
YUV 67.99 160.17 120.88 -
System Red Green Blue C M Y K H S L
Decimal 58 62 125 0.54 0.50 0 0.51 236.42 0.37 0.36
Hex 3A 3E 7D 36 32 0 33 EC 25 24
Octal 72 76 175 66 62 0 63 354 45 44
Binary 111010 111110 1111101 110110 110010 0 110011 11101100 100101 100100

Color Harmonies of #3A3E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3E7D

Black with #3A3E7D

Text Example


Text Example

White with #3A3E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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