Html Css Color HEX #39305A Jacarta

📋 copy color: '#39305A'

red 57 ◦ green 48 ◦ blue 90

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

Shades of Jacarta #39305A

Tints of Jacarta #39305A

RGB

 RED value IS 57 (22.66% from 255) = 29.23%

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 29.23%
G = 24.62%
B = 46.15%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#39305A (or 0x39305A) is known color: Jacarta. HEX triplet: 39, 30 and 5A. RGB value is (57,48,90). Sum of RGB (Red+Green+Blue) = 57+48+90=195 (25% of max value = 765). Red value is 57 (22.66% from 255 or 29.23% from 195); Green value is 48 (19.14% from 255 or 24.62% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #39305A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39305A is #C6CFA5. Grayscale: #373737. Windows color (decimal): -13029286 or 5910585. OLE color: 5910585.

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

Color convert

RGB 57 48 90 -
CMYK 0.37 0.47 0 0.65
HSL 252.86º 0.3% 0.27% -
HSV(B) 252.86º 0.47% 0.35% -
XYZ 4.59 3.72 10.15 -
YUV 55.48 147.48 129.08 -
System Red Green Blue C M Y K H S L
Decimal 57 48 90 0.37 0.47 0 0.65 252.86 0.3 0.27
Hex 39 30 5A 25 2F 0 41 FD 1E 1B
Octal 71 60 132 45 57 0 101 375 36 33
Binary 111001 110000 1011010 100101 101111 0 1000001 11111101 11110 11011

Color Harmonies of #39305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39305A

Black with #39305A

Text Example


Text Example

White with #39305A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39305A; }

 p { color: rgb(57,48,90); }

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

background-color css

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

 a { background-color: rgb(57,48,90); }

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

border-color css

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

 span { border-color: rgb(57,48,90); }

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