Html Css Color HEX #43468C Jacksons Purple

📋 copy color: '#43468C'

red 67 ◦ green 70 ◦ blue 140

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

Shades of Jacksons Purple #43468C

Tints of Jacksons Purple #43468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 50.54%

R = 24.19%
G = 25.27%
B = 50.54%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#43468C (or 0x43468C) is known color: Jacksons Purple. HEX triplet: 43, 46 and 8C. RGB value is (67,70,140). Sum of RGB (Red+Green+Blue) = 67+70+140=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 70 (27.73% from 255 or 25.27% from 277); Blue value is 140 (55.08% from 255 or 50.54% from 277); Max value from RGB is 140 - color contains mainly: blue. Hex color #43468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43468C is #BCB973. Grayscale: #4C4C4C. Windows color (decimal): -12368244 or 9193027. OLE color: 9193027.

HSL color Cylindrical-coordinate representation of color #43468C: hue angle of 237.53º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43468C is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 70 140 -
CMYK 0.52 0.50 0 0.45
HSL 237.53º 0.35% 0.41% -
HSV(B) 237.53º 0.52% 0.55% -
XYZ 9.24 7.47 25.77 -
YUV 77.08 163.51 120.81 -
System Red Green Blue C M Y K H S L
Decimal 67 70 140 0.52 0.50 0 0.45 237.53 0.35 0.41
Hex 43 46 8C 34 32 0 2D EE 23 29
Octal 103 106 214 64 62 0 55 356 43 51
Binary 1000011 1000110 10001100 110100 110010 0 101101 11101110 100011 101001

Color Harmonies of #43468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43468C

Black with #43468C

Text Example


Text Example

White with #43468C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43468C; }

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

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

background-color css

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

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

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

border-color css

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

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

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