Html Css Color HEX #3D3A88 Jacksons Purple

📋 copy color: '#3D3A88'

red 61 ◦ green 58 ◦ blue 136

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

Shades of Jacksons Purple #3D3A88

Tints of Jacksons Purple #3D3A88

RGB

 RED value IS 61 (24.22% from 255) = 23.92%

 GREEN value IS 58 (23.05% from 255) = 22.75%

 BLUE value IS 136 (53.52% from 255) = 53.33%

R = 23.92%
G = 22.75%
B = 53.33%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#3D3A88 (or 0x3D3A88) is known color: Jacksons Purple. HEX triplet: 3D, 3A and 88. RGB value is (61,58,136). Sum of RGB (Red+Green+Blue) = 61+58+136=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 136 (53.52% from 255 or 53.33% from 255); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D3A88 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3A88 is #C2C577. Grayscale: #434343. Windows color (decimal): -12764536 or 8927805. OLE color: 8927805.

HSL color Cylindrical-coordinate representation of color #3D3A88: hue angle of 242.31º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D3A88 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 61 58 136 -
CMYK 0.55 0.57 0 0.47
HSL 242.31º 0.4% 0.38% -
HSV(B) 242.31º 0.57% 0.53% -
XYZ 7.88 5.8 24 -
YUV 67.79 166.49 123.16 -
System Red Green Blue C M Y K H S L
Decimal 61 58 136 0.55 0.57 0 0.47 242.31 0.4 0.38
Hex 3D 3A 88 37 39 0 2F F2 28 26
Octal 75 72 210 67 71 0 57 362 50 46
Binary 111101 111010 10001000 110111 111001 0 101111 11110010 101000 100110

Color Harmonies of #3D3A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D3A88

Black with #3D3A88

Text Example


Text Example

White with #3D3A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,58,136); }

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

background-color css

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

 a { background-color: rgb(61,58,136); }

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

border-color css

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

 span { border-color: rgb(61,58,136); }

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