Html Css Color HEX #3D467B Jacksons Purple

📋 copy color: '#3D467B'

red 61 ◦ green 70 ◦ blue 123

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

Shades of Jacksons Purple #3D467B

Tints of Jacksons Purple #3D467B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

 BLUE value IS 123 (48.44% from 255) = 48.43%

R = 24.02%
G = 27.56%
B = 48.43%

CMYK

 C value IS 0.50

 M value IS 0.43

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#3D467B (or 0x3D467B) is known color: Jacksons Purple. HEX triplet: 3D, 46 and 7B. RGB value is (61,70,123). Sum of RGB (Red+Green+Blue) = 61+70+123=254 (33% of max value = 765). Red value is 61 (24.22% from 255 or 24.02% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #3D467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D467B is #C2B984. Grayscale: #494949. Windows color (decimal): -12761477 or 8078909. OLE color: 8078909.

HSL color Cylindrical-coordinate representation of color #3D467B: hue angle of 231.29º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D467B is Cyan = 0.50, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 61 70 123 -
CMYK 0.50 0.43 0 0.52
HSL 231.29º 0.34% 0.36% -
HSV(B) 231.29º 0.5% 0.48% -
XYZ 7.69 6.8 19.65 -
YUV 73.35 156.02 119.19 -
System Red Green Blue C M Y K H S L
Decimal 61 70 123 0.50 0.43 0 0.52 231.29 0.34 0.36
Hex 3D 46 7B 32 2B 0 34 E7 22 24
Octal 75 106 173 62 53 0 64 347 42 44
Binary 111101 1000110 1111011 110010 101011 0 110100 11100111 100010 100100

Color Harmonies of #3D467B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D467B

Black with #3D467B

Text Example


Text Example

White with #3D467B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,70,123); }

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

background-color css

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

 a { background-color: rgb(61,70,123); }

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

border-color css

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

 span { border-color: rgb(61,70,123); }

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