Html Css Color HEX #3D447E Jacksons Purple

📋 copy color: '#3D447E'

red 61 ◦ green 68 ◦ blue 126

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

Shades of Jacksons Purple #3D447E

Tints of Jacksons Purple #3D447E

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 23.92%
G = 26.67%
B = 49.41%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#3D447E (or 0x3D447E) is known color: Jacksons Purple. HEX triplet: 3D, 44 and 7E. RGB value is (61,68,126). Sum of RGB (Red+Green+Blue) = 61+68+126=255 (33% of max value = 765). Red value is 61 (24.22% from 255 or 23.92% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 126 (49.61% from 255 or 49.41% from 255); Max value from RGB is 126 - color contains mainly: blue. Hex color #3D447E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D447E is #C2BB81. Grayscale: #484848. Windows color (decimal): -12761986 or 8275005. OLE color: 8275005.

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

Color convert

RGB 61 68 126 -
CMYK 0.52 0.46 0 0.51
HSL 233.54º 0.35% 0.37% -
HSV(B) 233.54º 0.52% 0.49% -
XYZ 7.76 6.63 20.61 -
YUV 72.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 61 68 126 0.52 0.46 0 0.51 233.54 0.35 0.37
Hex 3D 44 7E 34 2E 0 33 EA 23 25
Octal 75 104 176 64 56 0 63 352 43 45
Binary 111101 1000100 1111110 110100 101110 0 110011 11101010 100011 100101

Color Harmonies of #3D447E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D447E

Black with #3D447E

Text Example


Text Example

White with #3D447E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,68,126); }

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

background-color css

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

 a { background-color: rgb(61,68,126); }

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

border-color css

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

 span { border-color: rgb(61,68,126); }

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