Html Css Color HEX #423E83 Jacksons Purple

📋 copy color: '#423E83'

red 66 ◦ green 62 ◦ blue 131

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

Shades of Jacksons Purple #423E83

Tints of Jacksons Purple #423E83

RGB

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

 GREEN value IS 62 (24.61% from 255) = 23.94%

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 25.48%
G = 23.94%
B = 50.58%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#423E83 (or 0x423E83) is known color: Jacksons Purple. HEX triplet: 42, 3E and 83. RGB value is (66,62,131). Sum of RGB (Red+Green+Blue) = 66+62+131=259 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.48% from 259); Green value is 62 (24.61% from 255 or 23.94% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #423E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #423E83 is #BDC17C. Grayscale: #464646. Windows color (decimal): -12435837 or 8601154. OLE color: 8601154.

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

Color convert

RGB 66 62 131 -
CMYK 0.50 0.53 0 0.49
HSL 243.48º 0.36% 0.38% -
HSV(B) 243.48º 0.53% 0.51% -
XYZ 8.07 6.24 22.25 -
YUV 71.06 161.83 124.39 -
System Red Green Blue C M Y K H S L
Decimal 66 62 131 0.50 0.53 0 0.49 243.48 0.36 0.38
Hex 42 3E 83 32 35 0 31 F3 24 26
Octal 102 76 203 62 65 0 61 363 44 46
Binary 1000010 111110 10000011 110010 110101 0 110001 11110011 100100 100110

Color Harmonies of #423E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423E83

Black with #423E83

Text Example


Text Example

White with #423E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,62,131); }

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

background-color css

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

 a { background-color: rgb(66,62,131); }

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

border-color css

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

 span { border-color: rgb(66,62,131); }

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