Html Css Color HEX #424181 Jacksons Purple

📋 copy color: '#424181'

red 66 ◦ green 65 ◦ blue 129

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

Shades of Jacksons Purple #424181

Tints of Jacksons Purple #424181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.62%

R = 25.38%
G = 25%
B = 49.62%

CMYK

 C value IS 0.49

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#424181 (or 0x424181) is known color: Jacksons Purple. HEX triplet: 42, 41 and 81. RGB value is (66,65,129). Sum of RGB (Red+Green+Blue) = 66+65+129=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 129 (50.78% from 255 or 49.62% from 260); Max value from RGB is 129 - color contains mainly: blue. Hex color #424181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #424181 is #BDBE7E. Grayscale: #484848. Windows color (decimal): -12435071 or 8470850. OLE color: 8470850.

HSL color Cylindrical-coordinate representation of color #424181: hue angle of 240.94º degrees, saturation: 0.33, 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 #424181 is Cyan = 0.49, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 66 65 129 -
CMYK 0.49 0.50 0 0.49
HSL 240.94º 0.33% 0.38% -
HSV(B) 240.94º 0.5% 0.51% -
XYZ 8.1 6.52 21.6 -
YUV 72.6 159.83 123.3 -
System Red Green Blue C M Y K H S L
Decimal 66 65 129 0.49 0.50 0 0.49 240.94 0.33 0.38
Hex 42 41 81 31 32 0 31 F1 21 26
Octal 102 101 201 61 62 0 61 361 41 46
Binary 1000010 1000001 10000001 110001 110010 0 110001 11110001 100001 100110

Color Harmonies of #424181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424181

Black with #424181

Text Example


Text Example

White with #424181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424181; }

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

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

background-color css

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

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

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

border-color css

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

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

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