Html Css Color HEX #434185 Jacksons Purple

📋 copy color: '#434185'

red 67 ◦ green 65 ◦ blue 133

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

Shades of Jacksons Purple #434185

Tints of Jacksons Purple #434185

RGB

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

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

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

R = 25.28%
G = 24.53%
B = 50.19%

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

#434185 (or 0x434185) is known color: Jacksons Purple. HEX triplet: 43, 41 and 85. RGB value is (67,65,133). Sum of RGB (Red+Green+Blue) = 67+65+133=265 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.28% from 265); Green value is 65 (25.78% from 255 or 24.53% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #434185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434185 is #BCBE7A. Grayscale: #494949. Windows color (decimal): -12369531 or 8732995. OLE color: 8732995.

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

Color convert

RGB 67 65 133 -
CMYK 0.50 0.51 0 0.48
HSL 241.76º 0.34% 0.39% -
HSV(B) 241.76º 0.51% 0.52% -
XYZ 8.44 6.67 23.03 -
YUV 73.35 161.66 123.47 -
System Red Green Blue C M Y K H S L
Decimal 67 65 133 0.50 0.51 0 0.48 241.76 0.34 0.39
Hex 43 41 85 32 33 0 30 F2 22 27
Octal 103 101 205 62 63 0 60 362 42 47
Binary 1000011 1000001 10000101 110010 110011 0 110000 11110010 100010 100111

Color Harmonies of #434185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434185

Black with #434185

Text Example


Text Example

White with #434185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434185; }

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

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

background-color css

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

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

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

border-color css

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

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

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