Html Css Color HEX #424183 Jacksons Purple

📋 copy color: '#424183'

red 66 ◦ green 65 ◦ blue 131

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

Shades of Jacksons Purple #424183

Tints of Jacksons Purple #424183

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.81%

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

R = 25.19%
G = 24.81%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424183 (or 0x424183) is known color: Jacksons Purple. HEX triplet: 42, 41 and 83. RGB value is (66,65,131). Sum of RGB (Red+Green+Blue) = 66+65+131=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 65 (25.78% from 255 or 24.81% from 262); Blue value is 131 (51.56% from 255 or 50% from 262); Max value from RGB is 131 - color contains mainly: blue. Hex color #424183 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424183 is #BDBE7C. Grayscale: #484848. Windows color (decimal): -12435069 or 8601922. OLE color: 8601922.

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

Color convert

RGB 66 65 131 -
CMYK 0.50 0.50 0 0.49
HSL 240.91º 0.34% 0.38% -
HSV(B) 240.91º 0.5% 0.51% -
XYZ 8.23 6.58 22.31 -
YUV 72.82 160.83 123.13 -
System Red Green Blue C M Y K H S L
Decimal 66 65 131 0.50 0.50 0 0.49 240.91 0.34 0.38
Hex 42 41 83 32 32 0 31 F1 22 26
Octal 102 101 203 62 62 0 61 361 42 46
Binary 1000010 1000001 10000011 110010 110010 0 110001 11110001 100010 100110

Color Harmonies of #424183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424183

Black with #424183

Text Example


Text Example

White with #424183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424183; }

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

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

background-color css

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

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

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

border-color css

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

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

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