Html Css Color HEX #3A387E Jacksons Purple

📋 copy color: '#3A387E'

red 58 ◦ green 56 ◦ blue 126

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

Shades of Jacksons Purple #3A387E

Tints of Jacksons Purple #3A387E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.33%

 BLUE value IS 126 (49.61% from 255) = 52.5%

R = 24.17%
G = 23.33%
B = 52.5%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3A387E (or 0x3A387E) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 7E. RGB value is (58,56,126). Sum of RGB (Red+Green+Blue) = 58+56+126=240 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.17% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 126 (49.61% from 255 or 52.5% from 240); Max value from RGB is 126 - color contains mainly: blue. Hex color #3A387E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A387E is #C5C781. Grayscale: #404040. Windows color (decimal): -12961666 or 8271930. OLE color: 8271930.

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

Color convert

RGB 58 56 126 -
CMYK 0.54 0.56 0 0.51
HSL 241.71º 0.38% 0.36% -
HSV(B) 241.71º 0.56% 0.49% -
XYZ 6.92 5.23 20.38 -
YUV 64.58 162.66 123.31 -
System Red Green Blue C M Y K H S L
Decimal 58 56 126 0.54 0.56 0 0.51 241.71 0.38 0.36
Hex 3A 38 7E 36 38 0 33 F2 26 24
Octal 72 70 176 66 70 0 63 362 46 44
Binary 111010 111000 1111110 110110 111000 0 110011 11110010 100110 100100

Color Harmonies of #3A387E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A387E

Black with #3A387E

Text Example


Text Example

White with #3A387E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,56,126); }

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

background-color css

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

 a { background-color: rgb(58,56,126); }

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

border-color css

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

 span { border-color: rgb(58,56,126); }

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