Html Css Color HEX #424185 Jacksons Purple

📋 copy color: '#424185'

red 66 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #424185

Tints of Jacksons Purple #424185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.38%

R = 25%
G = 24.62%
B = 50.38%

CMYK

 C value IS 0.50

 M value IS 0.51

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#424185 (or 0x424185) is known color: Jacksons Purple. HEX triplet: 42, 41 and 85. RGB value is (66,65,133). Sum of RGB (Red+Green+Blue) = 66+65+133=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 133 (52.34% from 255 or 50.38% from 264); Max value from RGB is 133 - color contains mainly: blue. Hex color #424185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424185 is #BDBE7A. Grayscale: #484848. Windows color (decimal): -12435067 or 8732994. OLE color: 8732994.

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

Color convert

RGB 66 65 133 -
CMYK 0.50 0.51 0 0.48
HSL 240.88º 0.34% 0.39% -
HSV(B) 240.88º 0.51% 0.52% -
XYZ 8.37 6.63 23.03 -
YUV 73.05 161.83 122.97 -
System Red Green Blue C M Y K H S L
Decimal 66 65 133 0.50 0.51 0 0.48 240.88 0.34 0.39
Hex 42 41 85 32 33 0 30 F1 22 27
Octal 102 101 205 62 63 0 60 361 42 47
Binary 1000010 1000001 10000101 110010 110011 0 110000 11110001 100010 100111

Color Harmonies of #424185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424185

Black with #424185

Text Example


Text Example

White with #424185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424185; }

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

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

background-color css

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

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

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

border-color css

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

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

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