Html Css Color HEX #433253 Jagger

📋 copy color: '#433253'

red 67 ◦ green 50 ◦ blue 83

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

Shades of Jagger #433253

Tints of Jagger #433253

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25%

 BLUE value IS 83 (32.81% from 255) = 41.5%

R = 33.5%
G = 25%
B = 41.5%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#433253 (or 0x433253) is known color: Jagger. HEX triplet: 43, 32 and 53. RGB value is (67,50,83). Sum of RGB (Red+Green+Blue) = 67+50+83=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 83 (32.81% from 255 or 41.5% from 200); Max value from RGB is 83 - color contains mainly: blue. Hex color #433253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433253 is #BCCDAC. Grayscale: #3A3A3A. Windows color (decimal): -12373421 or 5452355. OLE color: 5452355.

HSL color Cylindrical-coordinate representation of color #433253: hue angle of 270.91º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #433253 is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 67 50 83 -
CMYK 0.19 0.40 0 0.67
HSL 270.91º 0.25% 0.26% -
HSV(B) 270.91º 0.4% 0.33% -
XYZ 5.02 4.1 8.71 -
YUV 58.85 141.63 133.82 -
System Red Green Blue C M Y K H S L
Decimal 67 50 83 0.19 0.40 0 0.67 270.91 0.25 0.26
Hex 43 32 53 13 28 0 43 10F 19 1A
Octal 103 62 123 23 50 0 103 417 31 32
Binary 1000011 110010 1010011 10011 101000 0 1000011 100001111 11001 11010

Color Harmonies of #433253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433253

Black with #433253

Text Example


Text Example

White with #433253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433253; }

 p { color: rgb(67,50,83); }

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

background-color css

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

 a { background-color: rgb(67,50,83); }

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

border-color css

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

 span { border-color: rgb(67,50,83); }

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