Html Css Color HEX #423A7E Jacksons Purple

📋 copy color: '#423A7E'

red 66 ◦ green 58 ◦ blue 126

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

Shades of Jacksons Purple #423A7E

Tints of Jacksons Purple #423A7E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 23.2%

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

R = 26.4%
G = 23.2%
B = 50.4%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#423A7E (or 0x423A7E) is known color: Jacksons Purple. HEX triplet: 42, 3A and 7E. RGB value is (66,58,126). Sum of RGB (Red+Green+Blue) = 66+58+126=250 (33% of max value = 765). Red value is 66 (26.17% from 255 or 26.4% from 250); Green value is 58 (23.05% from 255 or 23.2% from 250); Blue value is 126 (49.61% from 255 or 50.4% from 250); Max value from RGB is 126 - color contains mainly: blue. Hex color #423A7E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423A7E is #BDC581. Grayscale: #434343. Windows color (decimal): -12436866 or 8272450. OLE color: 8272450.

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

Color convert

RGB 66 58 126 -
CMYK 0.48 0.54 0 0.51
HSL 247.06º 0.37% 0.36% -
HSV(B) 247.06º 0.54% 0.49% -
XYZ 7.53 5.69 20.44 -
YUV 68.14 160.65 126.47 -
System Red Green Blue C M Y K H S L
Decimal 66 58 126 0.48 0.54 0 0.51 247.06 0.37 0.36
Hex 42 3A 7E 30 36 0 33 F7 25 24
Octal 102 72 176 60 66 0 63 367 45 44
Binary 1000010 111010 1111110 110000 110110 0 110011 11110111 100101 100100

Color Harmonies of #423A7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423A7E

Black with #423A7E

Text Example


Text Example

White with #423A7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,58,126); }

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

background-color css

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

 a { background-color: rgb(66,58,126); }

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

border-color css

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

 span { border-color: rgb(66,58,126); }

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