Html Css Color HEX #423D7C Jacksons Purple

📋 copy color: '#423D7C'

red 66 ◦ green 61 ◦ blue 124

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

Shades of Jacksons Purple #423D7C

Tints of Jacksons Purple #423D7C

RGB

 RED value IS 66 (26.17% from 255) = 26.29%

 GREEN value IS 61 (24.22% from 255) = 24.3%

 BLUE value IS 124 (48.83% from 255) = 49.4%

R = 26.29%
G = 24.3%
B = 49.4%

CMYK

 C value IS 0.47

 M value IS 0.51

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#423D7C (or 0x423D7C) is known color: Jacksons Purple. HEX triplet: 42, 3D and 7C. RGB value is (66,61,124). Sum of RGB (Red+Green+Blue) = 66+61+124=251 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.29% from 251); Green value is 61 (24.22% from 255 or 24.30% from 251); Blue value is 124 (48.83% from 255 or 49.40% from 251); Max value from RGB is 124 - color contains mainly: blue. Hex color #423D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423D7C is #BDC283. Grayscale: #454545. Windows color (decimal): -12436100 or 8142146. OLE color: 8142146.

HSL color Cylindrical-coordinate representation of color #423D7C: hue angle of 244.76º degrees, saturation: 0.34, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #423D7C is Cyan = 0.47, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 61 124 -
CMYK 0.47 0.51 0 0.51
HSL 244.76º 0.34% 0.36% -
HSV(B) 244.76º 0.51% 0.49% -
XYZ 7.55 5.95 19.82 -
YUV 69.68 158.66 125.38 -
System Red Green Blue C M Y K H S L
Decimal 66 61 124 0.47 0.51 0 0.51 244.76 0.34 0.36
Hex 42 3D 7C 2F 33 0 33 F5 22 24
Octal 102 75 174 57 63 0 63 365 42 44
Binary 1000010 111101 1111100 101111 110011 0 110011 11110101 100010 100100

Color Harmonies of #423D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D7C

Black with #423D7C

Text Example


Text Example

White with #423D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D7C; }

 p { color: rgb(66,61,124); }

 H1.HeaderClassName
 {
   color: #423D7C;
 }
 .AnyTagClassName
 {
   color: #423D7C;
 }
</style>

background-color css

<style>
 a { background-color: #423D7C; }

 a { background-color: rgb(66,61,124); }

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

border-color css

<style>
 span { border-color: #423D7C; }

 span { border-color: rgb(66,61,124); }

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