Html Css Color HEX #433155 Jagger

📋 copy color: '#433155'

red 67 ◦ green 49 ◦ blue 85

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

Shades of Jagger #433155

Tints of Jagger #433155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 24.38%

 BLUE value IS 85 (33.59% from 255) = 42.29%

R = 33.33%
G = 24.38%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#433155 (or 0x433155) is known color: Jagger. HEX triplet: 43, 31 and 55. RGB value is (67,49,85). Sum of RGB (Red+Green+Blue) = 67+49+85=201 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.33% from 201); Green value is 49 (19.53% from 255 or 24.38% from 201); Blue value is 85 (33.59% from 255 or 42.29% from 201); Max value from RGB is 85 - color contains mainly: blue. Hex color #433155 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433155 is #BCCEAA. Grayscale: #3A3A3A. Windows color (decimal): -12373675 or 5583171. OLE color: 5583171.

HSL color Cylindrical-coordinate representation of color #433155: hue angle of 270º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #433155 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 49 85 -
CMYK 0.21 0.42 0 0.67
HSL 270º 0.27% 0.26% -
HSV(B) 270º 0.42% 0.33% -
XYZ 5.05 4.05 9.11 -
YUV 58.49 142.96 134.07 -
System Red Green Blue C M Y K H S L
Decimal 67 49 85 0.21 0.42 0 0.67 270 0.27 0.26
Hex 43 31 55 15 2A 0 43 10E 1B 1A
Octal 103 61 125 25 52 0 103 416 33 32
Binary 1000011 110001 1010101 10101 101010 0 1000011 100001110 11011 11010

Color Harmonies of #433155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433155

Black with #433155

Text Example


Text Example

White with #433155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433155; }

 p { color: rgb(67,49,85); }

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

background-color css

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

 a { background-color: rgb(67,49,85); }

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

border-color css

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

 span { border-color: rgb(67,49,85); }

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