Html Css Color HEX #3D2F58 Jacarta

📋 copy color: '#3D2F58'

red 61 ◦ green 47 ◦ blue 88

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

Shades of Jacarta #3D2F58

Tints of Jacarta #3D2F58

RGB

 RED value IS 61 (24.22% from 255) = 31.12%

 GREEN value IS 47 (18.75% from 255) = 23.98%

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 31.12%
G = 23.98%
B = 44.9%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#3D2F58 (or 0x3D2F58) is known color: Jacarta. HEX triplet: 3D, 2F and 58. RGB value is (61,47,88). Sum of RGB (Red+Green+Blue) = 61+47+88=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 47 (18.75% from 255 or 23.98% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #3D2F58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3D2F58 is #C2D0A7. Grayscale: #373737. Windows color (decimal): -12767400 or 5779261. OLE color: 5779261.

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

Color convert

RGB 61 47 88 -
CMYK 0.31 0.47 0 0.65
HSL 260.49º 0.3% 0.26% -
HSV(B) 260.49º 0.47% 0.35% -
XYZ 4.7 3.73 9.7 -
YUV 55.86 146.14 131.67 -
System Red Green Blue C M Y K H S L
Decimal 61 47 88 0.31 0.47 0 0.65 260.49 0.3 0.26
Hex 3D 2F 58 1F 2F 0 41 104 1E 1A
Octal 75 57 130 37 57 0 101 404 36 32
Binary 111101 101111 1011000 11111 101111 0 1000001 100000100 11110 11010

Color Harmonies of #3D2F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D2F58

Black with #3D2F58

Text Example


Text Example

White with #3D2F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3D2F58; }

 p { color: rgb(61,47,88); }

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

background-color css

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

 a { background-color: rgb(61,47,88); }

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

border-color css

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

 span { border-color: rgb(61,47,88); }

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