Html Css Color HEX #434A85 Jacksons Purple

📋 copy color: '#434A85'

red 67 ◦ green 74 ◦ blue 133

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

Shades of Jacksons Purple #434A85

Tints of Jacksons Purple #434A85

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.01%

 BLUE value IS 133 (52.34% from 255) = 48.54%

R = 24.45%
G = 27.01%
B = 48.54%

CMYK

 C value IS 0.50

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#434A85 (or 0x434A85) is known color: Jacksons Purple. HEX triplet: 43, 4A and 85. RGB value is (67,74,133). Sum of RGB (Red+Green+Blue) = 67+74+133=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 133 (52.34% from 255 or 48.54% from 274); Max value from RGB is 133 - color contains mainly: blue. Hex color #434A85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434A85 is #BCB57A. Grayscale: #4E4E4E. Windows color (decimal): -12367227 or 8735299. OLE color: 8735299.

HSL color Cylindrical-coordinate representation of color #434A85: hue angle of 233.64º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434A85 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 67 74 133 -
CMYK 0.50 0.44 0 0.48
HSL 233.64º 0.33% 0.39% -
HSV(B) 233.64º 0.5% 0.52% -
XYZ 9 7.78 23.22 -
YUV 78.63 158.68 119.7 -
System Red Green Blue C M Y K H S L
Decimal 67 74 133 0.50 0.44 0 0.48 233.64 0.33 0.39
Hex 43 4A 85 32 2C 0 30 EA 21 27
Octal 103 112 205 62 54 0 60 352 41 47
Binary 1000011 1001010 10000101 110010 101100 0 110000 11101010 100001 100111

Color Harmonies of #434A85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #434A85

Black with #434A85

Text Example


Text Example

White with #434A85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,74,133); }

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

background-color css

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

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

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

border-color css

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

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

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