Html Css Color HEX #453360 Jacarta

📋 copy color: '#453360'

red 69 ◦ green 51 ◦ blue 96

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

Shades of Jacarta #453360

Tints of Jacarta #453360

RGB

 RED value IS 69 (27.34% from 255) = 31.94%

 GREEN value IS 51 (20.31% from 255) = 23.61%

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

R = 31.94%
G = 23.61%
B = 44.44%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#453360 (or 0x453360) is known color: Jacarta. HEX triplet: 45, 33 and 60. RGB value is (69,51,96). Sum of RGB (Red+Green+Blue) = 69+51+96=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 51 (20.31% from 255 or 23.61% from 216); Blue value is 96 (37.89% from 255 or 44.44% from 216); Max value from RGB is 96 - color contains mainly: blue. Hex color #453360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #453360 is #BACC9F. Grayscale: #3D3D3D. Windows color (decimal): -12242080 or 6304581. OLE color: 6304581.

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

Color convert

RGB 69 51 96 -
CMYK 0.28 0.47 0 0.62
HSL 264º 0.31% 0.29% -
HSV(B) 264º 0.47% 0.38% -
XYZ 5.75 4.48 11.63 -
YUV 61.51 147.46 133.34 -
System Red Green Blue C M Y K H S L
Decimal 69 51 96 0.28 0.47 0 0.62 264 0.31 0.29
Hex 45 33 60 1C 2F 0 3E 108 1F 1D
Octal 105 63 140 34 57 0 76 410 37 35
Binary 1000101 110011 1100000 11100 101111 0 111110 100001000 11111 11101

Color Harmonies of #453360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453360

Black with #453360

Text Example


Text Example

White with #453360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453360; }

 p { color: rgb(69,51,96); }

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

background-color css

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

 a { background-color: rgb(69,51,96); }

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

border-color css

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

 span { border-color: rgb(69,51,96); }

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