Html Css Color HEX #433460 Jacarta

📋 copy color: '#433460'

red 67 ◦ green 52 ◦ blue 96

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

Shades of Jacarta #433460

Tints of Jacarta #433460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.19%

 BLUE value IS 96 (37.89% from 255) = 44.65%

R = 31.16%
G = 24.19%
B = 44.65%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#433460 (or 0x433460) is known color: Jacarta. HEX triplet: 43, 34 and 60. RGB value is (67,52,96). Sum of RGB (Red+Green+Blue) = 67+52+96=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 52 (20.70% from 255 or 24.19% from 215); Blue value is 96 (37.89% from 255 or 44.65% from 215); Max value from RGB is 96 - color contains mainly: blue. Hex color #433460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #433460 is #BCCB9F. Grayscale: #3D3D3D. Windows color (decimal): -12372896 or 6304835. OLE color: 6304835.

HSL color Cylindrical-coordinate representation of color #433460: hue angle of 260.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #433460 is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 67 52 96 -
CMYK 0.30 0.46 0 0.62
HSL 260.45º 0.3% 0.29% -
HSV(B) 260.45º 0.46% 0.38% -
XYZ 5.65 4.49 11.64 -
YUV 61.5 147.47 131.92 -
System Red Green Blue C M Y K H S L
Decimal 67 52 96 0.30 0.46 0 0.62 260.45 0.3 0.29
Hex 43 34 60 1E 2E 0 3E 104 1E 1D
Octal 103 64 140 36 56 0 76 404 36 35
Binary 1000011 110100 1100000 11110 101110 0 111110 100000100 11110 11101

Color Harmonies of #433460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433460

Black with #433460

Text Example


Text Example

White with #433460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433460; }

 p { color: rgb(67,52,96); }

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

background-color css

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

 a { background-color: rgb(67,52,96); }

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

border-color css

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

 span { border-color: rgb(67,52,96); }

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