Html Css Color HEX #3D458A Jacksons Purple

📋 copy color: '#3D458A'

red 61 ◦ green 69 ◦ blue 138

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

Shades of Jacksons Purple #3D458A

Tints of Jacksons Purple #3D458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

 BLUE value IS 138 (54.3% from 255) = 51.49%

R = 22.76%
G = 25.75%
B = 51.49%

CMYK

 C value IS 0.56

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#3D458A (or 0x3D458A) is known color: Jacksons Purple. HEX triplet: 3D, 45 and 8A. RGB value is (61,69,138). Sum of RGB (Red+Green+Blue) = 61+69+138=268 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.76% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 138 (54.30% from 255 or 51.49% from 268); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D458A is #C2BA75. Grayscale: #4A4A4A. Windows color (decimal): -12761718 or 9061693. OLE color: 9061693.

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

Color convert

RGB 61 69 138 -
CMYK 0.56 0.5 0 0.46
HSL 233.77º 0.39% 0.39% -
HSV(B) 233.77º 0.56% 0.54% -
XYZ 8.64 7.08 24.96 -
YUV 74.47 163.85 118.39 -
System Red Green Blue C M Y K H S L
Decimal 61 69 138 0.56 0.5 0 0.46 233.77 0.39 0.39
Hex 3D 45 8A 38 32 0 2E EA 27 27
Octal 75 105 212 70 62 0 56 352 47 47
Binary 111101 1000101 10001010 111000 110010 0 101110 11101010 100111 100111

Color Harmonies of #3D458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D458A

Black with #3D458A

Text Example


Text Example

White with #3D458A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,69,138); }

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

background-color css

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

 a { background-color: rgb(61,69,138); }

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

border-color css

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

 span { border-color: rgb(61,69,138); }

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