Html Css Color HEX #43458B Jacksons Purple

📋 copy color: '#43458B'

red 67 ◦ green 69 ◦ blue 139

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

Shades of Jacksons Purple #43458B

Tints of Jacksons Purple #43458B

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.09%

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

R = 24.36%
G = 25.09%
B = 50.55%

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

#43458B (or 0x43458B) is known color: Jacksons Purple. HEX triplet: 43, 45 and 8B. RGB value is (67,69,139). Sum of RGB (Red+Green+Blue) = 67+69+139=275 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.36% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #43458B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43458B is #BCBA74. Grayscale: #4C4C4C. Windows color (decimal): -12368501 or 9127235. OLE color: 9127235.

HSL color Cylindrical-coordinate representation of color #43458B: hue angle of 238.33º 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 #43458B is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 69 139 -
CMYK 0.52 0.50 0 0.45
HSL 238.33º 0.35% 0.4% -
HSV(B) 238.33º 0.52% 0.55% -
XYZ 9.1 7.31 25.36 -
YUV 76.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 67 69 139 0.52 0.50 0 0.45 238.33 0.35 0.4
Hex 43 45 8B 34 32 0 2D EE 23 28
Octal 103 105 213 64 62 0 55 356 43 50
Binary 1000011 1000101 10001011 110100 110010 0 101101 11101110 100011 101000

Color Harmonies of #43458B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43458B

Black with #43458B

Text Example


Text Example

White with #43458B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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