Html Css Color HEX #434B7C Jacksons Purple

📋 copy color: '#434B7C'

red 67 ◦ green 75 ◦ blue 124

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

Shades of Jacksons Purple #434B7C

Tints of Jacksons Purple #434B7C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 28.2%

 BLUE value IS 124 (48.83% from 255) = 46.62%

R = 25.19%
G = 28.2%
B = 46.62%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#434B7C (or 0x434B7C) is known color: Jacksons Purple. HEX triplet: 43, 4B and 7C. RGB value is (67,75,124). Sum of RGB (Red+Green+Blue) = 67+75+124=266 (35% of max value = 765). Red value is 67 (26.56% from 255 or 25.19% from 266); Green value is 75 (29.69% from 255 or 28.20% from 266); Blue value is 124 (48.83% from 255 or 46.62% from 266); Max value from RGB is 124 - color contains mainly: blue. Hex color #434B7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434B7C is #BCB483. Grayscale: #4D4D4D. Windows color (decimal): -12366980 or 8145731. OLE color: 8145731.

HSL color Cylindrical-coordinate representation of color #434B7C: hue angle of 231.58º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #434B7C is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 67 75 124 -
CMYK 0.46 0.40 0 0.51
HSL 231.58º 0.3% 0.37% -
HSV(B) 231.58º 0.46% 0.49% -
XYZ 8.47 7.68 20.1 -
YUV 78.19 153.85 120.02 -
System Red Green Blue C M Y K H S L
Decimal 67 75 124 0.46 0.40 0 0.51 231.58 0.3 0.37
Hex 43 4B 7C 2E 28 0 33 E8 1E 25
Octal 103 113 174 56 50 0 63 350 36 45
Binary 1000011 1001011 1111100 101110 101000 0 110011 11101000 11110 100101

Color Harmonies of #434B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434B7C

Black with #434B7C

Text Example


Text Example

White with #434B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #434B7C; }

 p { color: rgb(67,75,124); }

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

background-color css

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

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

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

border-color css

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

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

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