Html Css Color HEX #434181 Jacksons Purple

📋 copy color: '#434181'

red 67 ◦ green 65 ◦ blue 129

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

Shades of Jacksons Purple #434181

Tints of Jacksons Purple #434181

RGB

 RED value IS 67 (26.56% from 255) = 25.67%

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

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

R = 25.67%
G = 24.9%
B = 49.43%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#434181 (or 0x434181) is known color: Jacksons Purple. HEX triplet: 43, 41 and 81. RGB value is (67,65,129). Sum of RGB (Red+Green+Blue) = 67+65+129=261 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.67% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #434181 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434181 is #BCBE7E. Grayscale: #484848. Windows color (decimal): -12369535 or 8470851. OLE color: 8470851.

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

Color convert

RGB 67 65 129 -
CMYK 0.48 0.50 0 0.49
HSL 241.88º 0.33% 0.38% -
HSV(B) 241.88º 0.5% 0.51% -
XYZ 8.17 6.56 21.6 -
YUV 72.89 159.66 123.8 -
System Red Green Blue C M Y K H S L
Decimal 67 65 129 0.48 0.50 0 0.49 241.88 0.33 0.38
Hex 43 41 81 30 32 0 31 F2 21 26
Octal 103 101 201 60 62 0 61 362 41 46
Binary 1000011 1000001 10000001 110000 110010 0 110001 11110010 100001 100110

Color Harmonies of #434181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434181

Black with #434181

Text Example


Text Example

White with #434181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434181; }

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

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

background-color css

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

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

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

border-color css

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

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

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