Html Css Color HEX #434682 Jacksons Purple

📋 copy color: '#434682'

red 67 ◦ green 70 ◦ blue 130

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

Shades of Jacksons Purple #434682

Tints of Jacksons Purple #434682

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.22%

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 25.09%
G = 26.22%
B = 48.69%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#434682 (or 0x434682) is known color: Jacksons Purple. HEX triplet: 43, 46 and 82. RGB value is (67,70,130). Sum of RGB (Red+Green+Blue) = 67+70+130=267 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.09% from 267); Green value is 70 (27.73% from 255 or 26.22% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 130 - color contains mainly: blue. Hex color #434682 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434682 is #BCB97D. Grayscale: #4B4B4B. Windows color (decimal): -12368254 or 8537667. OLE color: 8537667.

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

Color convert

RGB 67 70 130 -
CMYK 0.48 0.46 0 0.49
HSL 237.14º 0.32% 0.39% -
HSV(B) 237.14º 0.48% 0.51% -
XYZ 8.53 7.19 22.06 -
YUV 75.94 158.51 121.62 -
System Red Green Blue C M Y K H S L
Decimal 67 70 130 0.48 0.46 0 0.49 237.14 0.32 0.39
Hex 43 46 82 30 2E 0 31 ED 20 27
Octal 103 106 202 60 56 0 61 355 40 47
Binary 1000011 1000110 10000010 110000 101110 0 110001 11101101 100000 100111

Color Harmonies of #434682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434682

Black with #434682

Text Example


Text Example

White with #434682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434682; }

 p { color: rgb(67,70,130); }

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

background-color css

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

 a { background-color: rgb(67,70,130); }

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

border-color css

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

 span { border-color: rgb(67,70,130); }

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