Html Css Color HEX #3A3880 Jacksons Purple

📋 copy color: '#3A3880'

red 58 ◦ green 56 ◦ blue 128

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

Shades of Jacksons Purple #3A3880

Tints of Jacksons Purple #3A3880

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 52.89%

R = 23.97%
G = 23.14%
B = 52.89%

CMYK

 C value IS 0.55

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#3A3880 (or 0x3A3880) is known color: Jacksons Purple. HEX triplet: 3A, 38 and 80. RGB value is (58,56,128). Sum of RGB (Red+Green+Blue) = 58+56+128=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 128 (50.39% from 255 or 52.89% from 242); Max value from RGB is 128 - color contains mainly: blue. Hex color #3A3880 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3880 is #C5C77F. Grayscale: #404040. Windows color (decimal): -12961664 or 8403002. OLE color: 8403002.

HSL color Cylindrical-coordinate representation of color #3A3880: hue angle of 241.67º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A3880 is Cyan = 0.55, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 58 56 128 -
CMYK 0.55 0.56 0 0.50
HSL 241.67º 0.39% 0.36% -
HSV(B) 241.67º 0.56% 0.5% -
XYZ 7.06 5.29 21.07 -
YUV 64.81 163.66 123.15 -
System Red Green Blue C M Y K H S L
Decimal 58 56 128 0.55 0.56 0 0.50 241.67 0.39 0.36
Hex 3A 38 80 37 38 0 32 F2 27 24
Octal 72 70 200 67 70 0 62 362 47 44
Binary 111010 111000 10000000 110111 111000 0 110010 11110010 100111 100100

Color Harmonies of #3A3880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A3880

Black with #3A3880

Text Example


Text Example

White with #3A3880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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