Html Css Color HEX #43468B Jacksons Purple

📋 copy color: '#43468B'

red 67 ◦ green 70 ◦ blue 139

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

Shades of Jacksons Purple #43468B

Tints of Jacksons Purple #43468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 50.36%

R = 24.28%
G = 25.36%
B = 50.36%

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

#43468B (or 0x43468B) is known color: Jacksons Purple. HEX triplet: 43, 46 and 8B. RGB value is (67,70,139). Sum of RGB (Red+Green+Blue) = 67+70+139=276 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.28% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 139 (54.69% from 255 or 50.36% from 276); Max value from RGB is 139 - color contains mainly: blue. Hex color #43468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43468B is #BCB974. Grayscale: #4C4C4C. Windows color (decimal): -12368245 or 9127491. OLE color: 9127491.

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

Color convert

RGB 67 70 139 -
CMYK 0.52 0.50 0 0.45
HSL 237.5º 0.35% 0.4% -
HSV(B) 237.5º 0.52% 0.55% -
XYZ 9.17 7.44 25.38 -
YUV 76.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 67 70 139 0.52 0.50 0 0.45 237.5 0.35 0.4
Hex 43 46 8B 34 32 0 2D EE 23 28
Octal 103 106 213 64 62 0 55 356 43 50
Binary 1000011 1000110 10001011 110100 110010 0 101101 11101110 100011 101000

Color Harmonies of #43468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43468B

Black with #43468B

Text Example


Text Example

White with #43468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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