Html Css Color HEX #434382 Jacksons Purple

📋 copy color: '#434382'

red 67 ◦ green 67 ◦ blue 130

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

Shades of Jacksons Purple #434382

Tints of Jacksons Purple #434382

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.38%

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

R = 25.38%
G = 25.38%
B = 49.24%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#434382 (or 0x434382) is known color: Jacksons Purple. HEX triplet: 43, 43 and 82. RGB value is (67,67,130). Sum of RGB (Red+Green+Blue) = 67+67+130=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #434382 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434382 is #BCBC7D. Grayscale: #494949. Windows color (decimal): -12369022 or 8536899. OLE color: 8536899.

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

Color convert

RGB 67 67 130 -
CMYK 0.48 0.48 0 0.49
HSL 240º 0.32% 0.39% -
HSV(B) 240º 0.48% 0.51% -
XYZ 8.35 6.82 22 -
YUV 74.18 159.5 122.88 -
System Red Green Blue C M Y K H S L
Decimal 67 67 130 0.48 0.48 0 0.49 240 0.32 0.39
Hex 43 43 82 30 30 0 31 F0 20 27
Octal 103 103 202 60 60 0 61 360 40 47
Binary 1000011 1000011 10000010 110000 110000 0 110001 11110000 100000 100111

Color Harmonies of #434382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434382

Black with #434382

Text Example


Text Example

White with #434382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434382; }

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

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

background-color css

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

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

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

border-color css

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

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

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