Html Css Color HEX #433059 Jagger

📋 copy color: '#433059'

red 67 ◦ green 48 ◦ blue 89

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

Shades of Jagger #433059

Tints of Jagger #433059

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.53%

 BLUE value IS 89 (35.16% from 255) = 43.63%

R = 32.84%
G = 23.53%
B = 43.63%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#433059 (or 0x433059) is known color: Jagger. HEX triplet: 43, 30 and 59. RGB value is (67,48,89). Sum of RGB (Red+Green+Blue) = 67+48+89=204 (27% of max value = 765). Red value is 67 (26.56% from 255 or 32.84% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 89 - color contains mainly: blue. Hex color #433059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433059 is #BCCFA6. Grayscale: #3A3A3A. Windows color (decimal): -12373927 or 5845059. OLE color: 5845059.

HSL color Cylindrical-coordinate representation of color #433059: hue angle of 267.8º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #433059 is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 67 48 89 -
CMYK 0.25 0.46 0 0.65
HSL 267.8º 0.3% 0.27% -
HSV(B) 267.8º 0.46% 0.35% -
XYZ 5.17 4.03 9.96 -
YUV 58.36 145.29 134.17 -
System Red Green Blue C M Y K H S L
Decimal 67 48 89 0.25 0.46 0 0.65 267.8 0.3 0.27
Hex 43 30 59 19 2E 0 41 10C 1E 1B
Octal 103 60 131 31 56 0 101 414 36 33
Binary 1000011 110000 1011001 11001 101110 0 1000001 100001100 11110 11011

Color Harmonies of #433059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433059

Black with #433059

Text Example


Text Example

White with #433059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433059; }

 p { color: rgb(67,48,89); }

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

background-color css

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

 a { background-color: rgb(67,48,89); }

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

border-color css

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

 span { border-color: rgb(67,48,89); }

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